]> git.ipfire.org Git - thirdparty/squid.git/commit
Comm::Connection handling fixes
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 27 Jul 2010 11:31:55 +0000 (23:31 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 27 Jul 2010 11:31:55 +0000 (23:31 +1200)
commit6b679a01f0b70902d7c0a7e9dbf39a5292ef164d
treed4b5fc2212e6c195353601871af914deac1e7eda
parent97c8119177cd20147186eb352522a0d251b9350e
Comm::Connection handling fixes

* initial roll into FTP (untested as yet)

* roll Comm::Connection into parent Server class.

* fixes several incorrect code paths in forwarding

* fixes several crashes in HTTP
src/Server.cc
src/Server.h
src/comm/ListenStateData.cc
src/comm/ListenStateData.h
src/forward.cc
src/forward.h
src/ftp.cc
src/http.cc
src/http.h