Joe.C writes:
authorEric Andersen <andersen@codepoet.org>
Wed, 4 Feb 2004 11:10:28 +0000 (11:10 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 4 Feb 2004 11:10:28 +0000 (11:10 -0000)
commitef43749e83592288c9e8048689edaf72498784b8
treea221bb9e69de90de685659707e207e7a30eae792
parentc71c18957d9f990d7373ab39d84e9156dcc7391d
Joe.C writes:

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
networking/httpd.c