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
Does the WebServer.h library close the socket after sending a response WebServer::send() ? I need the server not to close the socket for a while (Connection: Keep-alive)
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
I confirm I have checked existing list of Feature requests and Contribution Guide.
This discussion was converted from issue #10149 on August 13, 2024 08:42.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Related area
library. webserver
Hardware specification
ESP32-xxx
Is your feature request related to a problem?
no
Describe the solution you'd like
Does the WebServer.h library close the socket after sending a response
WebServer::send()
? I need the server not to close the socket for a while (Connection: Keep-alive)Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
Beta Was this translation helpful? Give feedback.
All reactions