You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -167,8 +172,7 @@ class HttpServerTask: public Task {
167
172
return;
168
173
}
169
174
170
-
ESP_LOGD("HttpServerTask", "HttpServer listening on port %d received a new client connection; sockFd=%d", m_pHttpServer->getPort(), clientSocket.getFD());
171
-
175
+
ESP_LOGD("HttpServerTask", "HttpServer listening on port %d has received a new client connection; sockFd=%d", m_pHttpServer->getPort(), clientSocket.getFD());
172
176
173
177
HttpRequest request(clientSocket); // Build the HTTP Request from the socket.
174
178
if (request.isWebsocket()) { // If this is a WebSocket
0 commit comments