From: Amos Jeffries Date: Wed, 23 Apr 2014 05:20:03 +0000 (-0600) Subject: Fix typo in documentation of rev.13372 X-Git-Tag: SQUID_3_5_0_1~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eedd56a6fb8f581557af4e2d6bad1fd4ba63dc2;p=thirdparty%2Fsquid.git Fix typo in documentation of rev.13372 --- diff --git a/src/tunnel.cc b/src/tunnel.cc index ebbf8e2d69..698cb07293 100644 --- a/src/tunnel.cc +++ b/src/tunnel.cc @@ -675,7 +675,7 @@ tunnelStartShoveling(TunnelStateData *tunnelState) *tunnelState->status_ptr = Http::scOkay; if (cbdataReferenceValid(tunnelState)) { - // Bug 3371: shovel any payload already pushed into ConnStateData by the client request + // Shovel any payload already pushed into reply buffer by the server response if (!tunnelState->server.len) tunnelState->copyRead(tunnelState->server, TunnelStateData::ReadServer); else {