]> git.ipfire.org Git - thirdparty/squid.git/commit
Rename ClientSocketContext::connIsFinished() to finished()
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 17 Nov 2015 03:50:31 +0000 (19:50 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 17 Nov 2015 03:50:31 +0000 (19:50 -0800)
commitd20f59e2b5dbaaf7154a54cf50c9301c8a22db2d
tree217124d0e730b8afdba75dfcfba3ca6ce1618e07
parent4a4fbcef8ac37505a571b2b3a6c17d39ced5a801
Rename ClientSocketContext::connIsFinished() to finished()

Removes some needless mentions of "conn" and clarifies that the method
handles the context object and transaction finishing, not the connection
it belongs to.
src/Pipeline.cc
src/client_side.cc
src/client_side.h
src/servers/FtpServer.cc
src/tests/stub_client_side.cc