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
{{ message }}
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
Connection: Keep-alive is for HTTP/1.0. In HTTP/1.1 Keep-Alive is the default (does not need to be sent), but instead the client/server sends Connection: Close if they do not want keep-alive.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now we always close connection after sending response (we also always put Connection: close header to the response).
We may want to review current implementation by re-using connection in case of request contains Connection: keep-alive header
The text was updated successfully, but these errors were encountered: