the upcoming 2.0 version
https://redmine.lighttpd.net/projects/lighttpd2
Even if they shouldn't (due to HTTP/1.0 or Connection; close) some backends send HTTP/1.1 without Connection: close, and use Content-Length to signal end of response (and don't close the connection, as they wait for another request). Now Content-Length is used to find the end of the response (chunked transfer-encoding was already supported). mod_proxy now signals HTTP/1.1, but also sends "Connection: close": it doesn't reuse the connection yet. Change-Id: Ica0c9b3b7da79899412a746f21e7348ccd3d23ee |
||
---|---|---|
cmake | ||
contrib | ||
doc | ||
include | ||
src | ||
tests | ||
.gitignore | ||
CMakeLists.txt | ||
COPYING | ||
Makefile.am | ||
autogen.sh | ||
configure.ac | ||
diff-dist-git.sh | ||
packdist.sh |