From 56dacaca14f6eb7ab16a78161d8971163c2321fa Mon Sep 17 00:00:00 2001 From: Christos Tsantilas Date: Wed, 6 Apr 2016 22:31:38 +0300 Subject: [PATCH] fix comment --- src/client_side.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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!!! "); -- 2.47.3