]> granicus.if.org Git - apache/commit
Correct URL failure reporting.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 26 Aug 2016 20:41:55 +0000 (20:41 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 26 Aug 2016 20:41:55 +0000 (20:41 +0000)
commitac07e050c6a7214678ef92e12e8481bdb82a9a13
tree5f27094c61632164b35f28d821d189447c3fd57e
parent7f78dd0fa03a02ae53194ce93042254ce46b327d
Correct URL failure reporting.

Drop the second reporting of HEAD over HTTP/0.9 requests, we short-circuit
this early now in read_request_line() when presented anything other than
the sole "GET" method permitted by spec.

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