From: Amos Jeffries Date: Mon, 1 Oct 2012 22:47:10 +0000 (+1200) Subject: Cleanup: remove a wrong TODO X-Git-Tag: SQUID_3_3_0_1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01103c8c298256c3c12a74d73491841bc4534421;p=thirdparty%2Fsquid.git 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. --- diff --git a/src/http.cc b/src/http.cc index 4ac95981b7..86bc77b106 100644 --- a/src/http.cc +++ b/src/http.cc @@ -724,10 +724,6 @@ HttpStateData::processReplyHeader() processSurrogateControl (vrep); - /** \todo IF the reply is a 1.0 reply, AND it has a Connection: Header - * Parse the header and remove all referenced headers - */ - request->hier.peer_reply_status = newrep->sline.status; ctx_exit(ctx);