]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix require-proxy-header preventing HTTPS proxying and ssl-bump
authorYuhua Wu <ywu@bitglass.com>
Mon, 20 Apr 2015 02:38:20 +0000 (19:38 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 20 Apr 2015 02:38:20 +0000 (19:38 -0700)
commit37ab7dec7ce1d5e20b900b69904436da6881e9c3
treed6069feae533c9980dac75ece78f58c9a7ac958e
parentd9f5eb0884c21941fd55e264baba83c5112c3d72
Fix require-proxy-header preventing HTTPS proxying and ssl-bump

When require-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