]> git.ipfire.org Git - thirdparty/squid.git/commit - src/client_side_request.cc
Send HTTP/1.1 on CONNECT responses
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 26 Nov 2010 10:09:52 +0000 (23:09 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 26 Nov 2010 10:09:52 +0000 (23:09 +1300)
commit3c4fcf0f3c379bb5809677c2f86b92ca9c368992
tree402c4d67b07e5313a157445f6b3fd4777db5de6e
parentef890f9d8c689a390e5a9171b2572ee7e38af8a7
Send HTTP/1.1 on CONNECT responses

CONNECT seems to have been missed somehow in the 1.1 conversion.
This corrects the omission so the hard-coded CONNECT reply strings send
1.1 as well.
src/client_side_request.cc
src/tunnel.cc