]> git.ipfire.org Git - thirdparty/squid.git/commit
Second adaptation missing for CONNECTs
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Fri, 14 Apr 2017 09:27:23 +0000 (12:27 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Fri, 14 Apr 2017 09:27:23 +0000 (12:27 +0300)
commit75f6c253bcf019665b736ebc6d257cd56bfca400
tree98d48a1cdf3e210e52d2f608be53bb4037d6d594
parent0ce8e93bd91ba176e1f27087a9e5ed6481e7d24a
Second adaptation missing for CONNECTs

Squid does not send CONNECT request to adaptation services
if the "ssl_bump splice" rule matched at step 2. This adaptation
is important because the CONNECT request gains SNI information during
the second SslBump step. This is a regression bug, possibly caused by
the Squid bug 4529 fix (trunk commits r14913 and r14914).

This is a Measurement Factory project.
src/client_side.cc
src/client_side_request.cc