mirror of
https://github.com/sheumann/hush.git
synced 2025-01-10 16:29:44 +00:00
ef43749e83
Hi, When httpd connection is closed, bosybox httpd will not stop reading from CGI program. This patch fix this problem. It check the return value of bb_full_write and stop reading from CGI if the connection is closed. Please apply this patch. Joe.C