From: Amos Jeffries Date: Mon, 2 Jun 2014 11:48:00 +0000 (-0700) Subject: Fix build error after trunk merge X-Git-Tag: merge-candidate-3-v1~506^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbc52ae27e59e78f93f1b9be936a4892e24a5830;p=thirdparty%2Fsquid.git Fix build error after trunk merge --- diff --git a/src/client_side.cc b/src/client_side.cc index 6cfd245445..a27e418d9d 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -2716,10 +2716,6 @@ clientProcessRequest(ConnStateData *conn, Http1::RequestParser &hp, ClientSocket if (http->request->method == Http::METHOD_CONNECT) { context->mayUseConnection(true); conn->flags.readMore = false; - - // consume header early so that tunnel gets just the body - connNoteUseOfBuffer(conn, http->req_sz); - notedUseOfBuffer = true; } #if USE_OPENSSL