]> git.ipfire.org Git - thirdparty/squid.git/commit - src/client_side.cc
Fix require-proxy-header preventing HTTPS proxying and ssl-bump
authorYuhua Wu <ywu@bitglass.com>
Wed, 15 Apr 2015 10:26:30 +0000 (03:26 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 15 Apr 2015 10:26:30 +0000 (03:26 -0700)
commit65984b09a23ca2204224c5f73feac5c3b3c57587
tree27e79526f1b310d4fe08e288f727e198fc86b41b
parent0485c6e1f06a3089bc50bcfb119710d6ab3c6cbb
Fix require-proxy-header preventing HTTPS proxying and ssl-bump

When requir-proxy-header was used, the request->flags.interceptTproxy is
wrongly set to 1.

Since request->flags.interceptTproxy is 1, the 200 status code for CONNECT
call is not sent which breaks both HTTPS proxying and SSL-bump.
src/client_side.cc