]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3478: Partial fix: Connection-auth on intercepted connections is broken
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Sat, 21 Jul 2012 01:26:27 +0000 (19:26 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 21 Jul 2012 01:26:27 +0000 (19:26 -0600)
commitca2f11089c52a11c7fb531b9632add6ba86e4631
tree200088ab0dc6e38f8a989a8ff82cb7a259ab5d19
parent256b2a8e07c59b99116414697780c93ffb4de0b4
Bug 3478: Partial fix: Connection-auth on intercepted connections is broken

Currenty in the case of intercepted connections each request is open a new
connection to the destination server, even if the connection is a valid pinned
connection.
This patch fixes this problem and reuses pinned connections on intercepted
requests.

This is a Measurement Factory project
src/forward.cc
src/forward.h