Actions
Feature #1284
closedlighttpd don't print keep alive answering header
ASK QUESTIONS IN Forums:
Description
lighttpd only print answering header "Connection: close" about Keep Alive. But Any programs check answering header as follows:
Connection: Keep-Alive Keep-Alive: timeout=60, max=1000
This patch print upper answering headers for Keep Alive status, and has same operation with Apache web server.
Files
Updated by jan about 17 years ago
- Status changed from New to Assigned
For HTTP/1.1
Connection: Keep-Alive
is the default and doesn't have to be specified.
The Keep-Alive header is not specified in the RFC 2616 and I wonder where it is documented.
Updated by joungkyun about 17 years ago
Keep-Alive: header is optional. (http://tools.ietf.org/html/rfc2068 19.7.1.1)
But, sometimes some libraries (for example, libtorrent and so on..) check this header. So, I want to be support this function on lighttpd.
Updated by stbuehler over 16 years ago
- Status changed from Assigned to Fixed
- Resolution set to wontfix
The Keep-Alive header itself is optional, and is used only if a parameter is being sent. HTTP/1.1 does not define any parameters.
So there are no standard params, there is reason to use it.
Actions
Also available in: Atom