]> granicus.if.org Git - php/commit
thttpd blocks in rare circumstances where it cannot write out a small HTTP
authorSascha Schumann <sas@php.net>
Sun, 14 Jul 2002 13:48:46 +0000 (13:48 +0000)
committerSascha Schumann <sas@php.net>
Sun, 14 Jul 2002 13:48:46 +0000 (13:48 +0000)
commitb4c28fba7f75fe290ddc6e9c0844e01468886e83
treef02cbd4f789dac9609d8114a91cc62d1ec219be2
parent402cc031cd977d89c0265a5d763b349225e78256
thttpd blocks in rare circumstances where it cannot write out a small HTTP
response (happened at customer sites).  The response is now written out
using the standard state machine.

the buffer which is handed to thttpd by php is now simply dealt with as if
it were a thttpd generated response (avoids code duplication).
sapi/thttpd/thttpd.c
sapi/thttpd/thttpd_patch