diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-10-07 22:20:55 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-10-07 22:20:55 +0000 |
commit | af9ce72546ee8260fad503b6dd05761ba7a2345e (patch) | |
tree | c264ade383ec5ac0387790354d543a5fff845daf /target/linux/ixp4xx | |
parent | 3a5b8f93ecf30372271a42388c4075c41b1ec724 (diff) | |
download | upstream-af9ce72546ee8260fad503b6dd05761ba7a2345e.tar.gz upstream-af9ce72546ee8260fad503b6dd05761ba7a2345e.tar.bz2 upstream-af9ce72546ee8260fad503b6dd05761ba7a2345e.zip |
CC: uhttpd: fix keep-alive bug (#20607, #20661)
The two commits
5162e3b0ee7bd1d0fd6e75e1ca7993a1834b5291
"allow request handlers to disable chunked reponses"
and
618493e378e2239f0d30902e47adfa134e649fdc
"file: disable chunked encoding for file responses"
broke the chunked transfer encoding handling for proc responses in keep-alive
connections that followed a file response with http status 204 or 304.
The effect of this bug is that cgi responses following a 204 or 304 one where
sent neither in chunked encoding nor with a content-length header, causing
browsers to stall until the keep alive timeout was reached.
Fix the logic flaw by inverting the chunk prevention flag in the client state
and by testing the chunked encoding preconditions every time instead of
once upon client (re-)initialization.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Backport of r47161
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47162 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx')
0 files changed, 0 insertions, 0 deletions