]> git.ipfire.org Git - thirdparty/squid.git/commit
HTTP/1.1: Send 505 Unsupported Version on mangled version codes
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 5 Jun 2011 15:23:45 +0000 (03:23 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 5 Jun 2011 15:23:45 +0000 (03:23 +1200)
commite526b3686a0a4254425d0e720cdcf6c2c45f82e1
treefc3c8d7ef5160c9e4cea8f81f2e9ee7386626364
parentdad047ab751b3c630c60635f55bc25734f98c339
HTTP/1.1: Send 505 Unsupported Version on mangled version codes

The top level parser is emitting HTTP status codes when it discovers
malformed request line syntax. Pass the info on in the client response.

At present only the unsuported-version code is available in HTTP.
src/client_side.cc