------------------------------------------------------------ revno: 12334 revision-id: squid3@treenet.co.nz-20121001224710-zpuqb15gdzyou6ri parent: squid3@treenet.co.nz-20120927101021-529wj95aedvg3etz committer: Amos Jeffries branch nick: trunk timestamp: Tue 2012-10-02 10:47:10 +1200 message: 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. ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20121001224710-zpuqb15gdzyou6ri # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: b6c008dd5485d17a96bb530b86d1ba5c52a0df9f # timestamp: 2012-10-01 22:52:31 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: squid3@treenet.co.nz-20120927101021-\ # 529wj95aedvg3etz # # Begin patch === modified file 'src/http.cc' --- src/http.cc 2012-09-03 07:16:45 +0000 +++ src/http.cc 2012-10-01 22:47:10 +0000 @@ -724,10 +724,6 @@ 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);