]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup: remove a wrong TODO
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 1 Oct 2012 22:47:10 +0000 (10:47 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 1 Oct 2012 22:47:10 +0000 (10:47 +1200)
commit01103c8c298256c3c12a74d73491841bc4534421
tree6484f1526e385c68408e82659d6acd578fbe34be
parentb2187b85bb08ddb16f22e4b5e17b5b19f1bac9ce
Cleanup: remove a wrong TODO

Squid may need to use the hop-by-hop response headers. This is too early
to be removing them. the right place is in client-side before delivering
to the client. Squid already contains code to do it there.
src/http.cc