tn3399_openwrt/package
Jo-Philipp Wich b345461070 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>

SVN-Revision: 47161
2015-10-07 22:14:48 +00:00
..
base-files base-files: revert to default ECN settings 2015-10-07 21:11:24 +00:00
boot uboot_envtools: add P2812HNUF1 2015-10-05 10:28:39 +00:00
devel oprofile: drop kmod-oprofile dependency, it uses the perf API now 2015-10-06 12:32:59 +00:00
firmware kernel: add staging r8188eu module (3.13) 2014-04-30 21:53:29 +00:00
kernel kernel: drop the now unused kmod-oprofile package 2015-10-06 12:33:04 +00:00
libs libnl: Install include files into libnl3 2015-10-02 16:24:15 +00:00
network uhttpd: fix keep-alive bug (#20607, #20661) 2015-10-07 22:14:48 +00:00
system procd: make nand_do_platform_check check image only 2015-10-02 06:03:13 +00:00
utils px5g-standalone: use /dev/urandom instead of havege (fixes #20216) 2015-09-22 09:06:00 +00:00
Makefile build: Prevent more gzip timestamps 2015-07-14 09:57:45 +00:00