]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3205: SSL-bump is broken in trunk
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 28 Apr 2011 19:32:43 +0000 (22:32 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 28 Apr 2011 19:32:43 +0000 (22:32 +0300)
commit83d4cd15c12c31c41d0c37656edcc12beb3a1f77
tree2dcdcaae0592ce2a4d7b966a9e873299ddaeeb34
parentb5ec6228dc3b9d3f65e7bbeb59f73c7eeb96d09a
Bug 3205: SSL-bump is broken in trunk

The bug appeared after commit with revno:11364 which fixes the Bug #3192.

In the case of SSL-bumped connections the ConnStateData::flags.readMore flag
must be reset (set to true) when we are switching to HTTPs,
because we have to read the new unencrypted HTTP request.
This patch reset this flag in ConnStateData::switchToHttps method.
src/client_side.cc