More strict handling of connection: close

This commit is contained in:
Alex Hultman
2022-11-06 03:13:32 +01:00
parent 654b4558a4
commit 5919290fe3
2 changed files with 43 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@ struct AsyncSocket {
template <bool> friend struct TemplatedApp;
template <bool, typename> friend struct WebSocketContextData;
template <typename, typename> friend struct TopicTree;
template <bool> friend struct HttpResponse;
private:
/* Helper, do not use directly (todo: move to uSockets or de-crazify) */