]> 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>
Thu, 24 Mar 2011 15:48:34 +0000 (09:48 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 24 Mar 2011 15:48:34 +0000 (09:48 -0600)
commit1fa35be8dee7806250afac6ae26d765b45df4d76
treebd8d83b770d9645c4115b857f2d9eb0b915c9afb
parent6588af447866bd6fd4d31b4c6e7297bd7fadc9b3
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