-
Notifications
You must be signed in to change notification settings - Fork 539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP keep-alive header support #272
Comments
Not sure how useful this is in practice. |
Isn't this library already keeping sockets alive? |
Yes, this header is fo providing hints |
@szmarczak Any ideas of when this is useful? Or someone that might know? The only case I can think of is #273 |
I guess the server could indicate max pipelining maybe? |
From looking at nginx docs, it seems an header that is send from the server to the client. From http://nginx.org/en/docs/http/ngx_http_core_module.html
Originally posted by @mcollina in #273 (comment) |
Me neither... |
I think we fixed the relevant parts of this in #275 |
how to set keep-alive connection in headers? |
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Keep-Alive
The text was updated successfully, but these errors were encountered: