]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix comment
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 6 Apr 2016 19:31:38 +0000 (22:31 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 6 Apr 2016 19:31:38 +0000 (22:31 +0300)
src/client_side.cc

index 9fe5dff5330d617a255dccff7425088d1574cd78..38f8b2bada0af1b9190a01ba512953c2f84b4ce7 100644 (file)
@@ -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!!! ");