]> granicus.if.org Git - apache/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)
commit700dc9acab01f6836d20b2a8e4cbf7d99205fc1a
treed04b17c24f72157397426c3fd9bcfe43355e3ff0
parent505209447857aa4c90dc405db78e9ccbefad961f
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