Browse Source
(thx flynn) When the backend sends Transfer-Encoding: chunked (which is HTTP/1.1, not HTTP/1.0) and the client is HTTP/1.1, then lighttpd will transfer the chunked encoding as it is sent from the backend without excess data copying involved in decoding and then re-encoding. The bug is that if the first data chunk (or chunks) is partially received at the same time as the response headers, then the chunked encoding got corrupted. x-ref: "Socket errors after update to version 1.4.56" https://redmine.lighttpd.net/issues/3044master
1 changed files with 14 additions and 2 deletions
Loading…
Reference in new issue