From: Christos Tsantilas Date: Wed, 6 Apr 2016 19:31:38 +0000 (+0300) Subject: fix comment X-Git-Tag: SQUID_4_0_11~29^2~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56dacaca14f6eb7ab16a78161d8971163c2321fa;p=thirdparty%2Fsquid.git fix comment --- diff --git a/src/client_side.cc b/src/client_side.cc index 9fe5dff533..38f8b2bada 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -3319,7 +3319,8 @@ ConnStateData::startPeekAndSpliceDone() return; } - // Do we need to reset inBuf here? + // We need to reset inBuf here, to be used by incoming requests in the case + // of SSL bump inBuf.clear(); debugs(83, 5, "Peek and splice at step2 done. Start forwarding the request!!! ");