]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix for a bug that I introduced when eliminating the single-byte
authorBrian Pane <brianp@apache.org>
Sat, 30 Mar 2002 22:48:39 +0000 (22:48 +0000)
committerBrian Pane <brianp@apache.org>
Sat, 30 Mar 2002 22:48:39 +0000 (22:48 +0000)
commit94de8923dba848c60553c4f3cd594f45875cc428
treed04b17c24f72157397426c3fd9bcfe43355e3ff0
parent140006b5b1d6cc056feb81781a5e2eed6bd6014b
Fix for a bug that I introduced when eliminating the single-byte
reads in mod_cgi: eof wasn't treated as an error condition when
reading the script headers, so we were delivering a 200 when a
CGI script produced no output.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94342 13f79535-47bb-0310-9956-ffa450edef68
server/util_script.c