We need to read from the fcgi bufferevent until it's empty because the
authorflorian <florian@openbsd.org>
Sat, 2 Aug 2014 11:59:04 +0000 (11:59 +0000)
committerflorian <florian@openbsd.org>
Sat, 2 Aug 2014 11:59:04 +0000 (11:59 +0000)
commit11f8da53dacd6b6d34574617d7872e8ed6b424be
treee18a8204e6fbf147fc83ebf1fffa67196051b4ce
parent2204991274ff67f80cfd592f8470cdaca7a906e9
We need to read from the fcgi bufferevent until it's empty because the
event handler will not be called again if no new data arrives.
Debugged with and OK reyk@
usr.sbin/httpd/server_fcgi.c