]> git.ipfire.org Git - thirdparty/squid.git/commit
Forward bumped server connection-close signal to the bumped client.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 5 Feb 2012 22:27:05 +0000 (15:27 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sun, 5 Feb 2012 22:27:05 +0000 (15:27 -0700)
commit49f1c7f711f8d584c9ef5d323585af97c850d2d6
tree480fc1500ba40687a03b1976ed54f2c459352db1
parent002db1fa46b426e8bcca1943ab8f357a459bf647
Forward bumped server connection-close signal to the bumped client.

Technically, the two connections can be maintained independently, but since we
are pretending to be a dumb tunnel to the origin server, it is useful to have
the client close when the server does because it reduces both the number of
persistent connection races (zero replies on the server side that force us to
re-connect and re-forward the failed request) and the possibility that we will
reconnect to the wrong HTTPS server without client knowing.
src/client_side_reply.cc