]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3173: Assertion bodyPipe!=NULL on SslBump CONNECT response writing failure
authorAlex Rousskov <rousskov@measurement-factory.com>
Wed, 30 Mar 2011 11:53:48 +0000 (05:53 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 30 Mar 2011 11:53:48 +0000 (05:53 -0600)
commitbc1beeb0e413265e5cb6ec8e5cd373ea6f6a3a2a
tree79b7032f9e6b3eecf412fcf9eed29bb853c944e8
parent6393a23e57103e5bfc60864f5d43037b409d7028
Bug 3173: Assertion bodyPipe!=NULL on SslBump CONNECT response writing failure

Do not call ConnStateData::startClosing() when we fail to write our CONNECT
response while bumping a connection. startClosing() can only be used when we
handle response bodies. Just close the connection, in hope that the connection
close handler kicks in and cleans up.
src/client_side_request.cc