php-src/sapi
Sascha Schumann a8136b4dba Defend against pipelined requests on persistent connections as used by
IRCG. These could cause thttpd to start a second request in the same
connection context, and thereby causing real damage.

Mozilla 1.0.1 is buggy in that context: When HTTP/1.1 pipelining is
enabled (defaults to off), it will send any number of requests over
a persistent connection (which is fine), even after it has received
a "Connection: close" header field in a subsequent response header.
This blatantly violates RFC 2616, section 8.1.2. Because it cannot
receive any response on the dead connection, the download manager
pops up and tries to download a file (which never arrives).

Also, we don't try to send a 400 message anymore, if the connection
dies.
2002-11-10 15:21:13 +00:00
..
activescript another startup initialization fix - only ISAPI and CGI SAPI's tested, 2002-09-18 21:57:42 +00:00
aolserver fix phpinfo() output for better browser BC 2002-09-26 17:54:54 +00:00
apache centralize #include "build-defs.h" and drop (sometimes inconsistent) other 2002-10-24 13:15:49 +00:00
apache2filter Fix debugging description 2002-11-04 13:22:23 +00:00
caudium another startup initialization fix - only ISAPI and CGI SAPI's tested, 2002-09-18 21:57:42 +00:00
cgi Fixed bug #20035. ZE now allows us to pass the current line position by 2002-11-05 22:04:12 +00:00
cli Fixed bug #20035. ZE now allows us to pass the current line position by 2002-11-05 22:04:12 +00:00
embed Moving php/embed windows build files to sapi/embed folder. 2002-11-05 13:12:27 +00:00
fastcgi Fixed bug #20035. ZE now allows us to pass the current line position by 2002-11-05 22:04:12 +00:00
isapi another startup initialization fix - only ISAPI and CGI SAPI's tested, 2002-09-18 21:57:42 +00:00
nsapi Added a sanity check (hopefuly will fix bug #20109). According to 2002-10-26 22:00:36 +00:00
phttpd another startup initialization fix - only ISAPI and CGI SAPI's tested, 2002-09-18 21:57:42 +00:00
pi3web Use AC_ARG_WITH instead of PHP_ARG_WITH. 2002-10-12 03:10:04 +00:00
roxen another startup initialization fix - only ISAPI and CGI SAPI's tested, 2002-09-18 21:57:42 +00:00
servlet centralize #include "build-defs.h" and drop (sometimes inconsistent) other 2002-10-24 13:15:49 +00:00
thttpd Defend against pipelined requests on persistent connections as used by 2002-11-10 15:21:13 +00:00
tux another startup initialization fix - only ISAPI and CGI SAPI's tested, 2002-09-18 21:57:42 +00:00
webjames another startup initialization fix - only ISAPI and CGI SAPI's tested, 2002-09-18 21:57:42 +00:00