]> granicus.if.org Git - apache/commit
whoops! can't use the return code to pass the length up the filter chain.
authorGreg Ames <gregames@apache.org>
Wed, 31 Oct 2001 22:55:43 +0000 (22:55 +0000)
committerGreg Ames <gregames@apache.org>
Wed, 31 Oct 2001 22:55:43 +0000 (22:55 +0000)
commitdd68355433c6579a931c38c077a2be07a38e09ea
tree88cc026d76a43baac578401b5cb765bf6fdfdfb3
parente864d370bf9b6fb962bbb65c4620e6ccedddabff
whoops! can't use the return code to pass the length up the filter chain.

with this and a request line that goes on forever, I now get:

[Wed Oct 31 17:45:45 2001] [error] [client 127.0.0.1] request failed:
URI too long

...in the error log, and a 414 in the access log.

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