]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Avoid setting r->the_request to NULL if the client sends too many blank lines.
authorBrian Pane <brianp@apache.org>
Sun, 8 Jan 2006 06:41:34 +0000 (06:41 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 8 Jan 2006 06:41:34 +0000 (06:41 +0000)
commit8240f8566e6f572cdc3a0ee0e123767816d37c41
treec7fc971e95e8e709e9308af9c34a3cef3d0471db
parent44e2e27bcfc26b488dec5dd3b23a46fa8e28af2c
Avoid setting r->the_request to NULL if the client sends too many blank lines.
Also, remove a bit of debug code.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/async-read-dev@366996 13f79535-47bb-0310-9956-ffa450edef68
server/protocol.c