From: Alex Rousskov Date: Mon, 14 Feb 2011 04:12:50 +0000 (-0700) Subject: Fixed ServerStateData::haveParsedReplyHeaders() description. X-Git-Tag: take04~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fad1a21e29756022b1428f86f6184df6cb67c228;p=thirdparty%2Fsquid.git Fixed ServerStateData::haveParsedReplyHeaders() description. No runtime changes. --- diff --git a/src/Server.cc b/src/Server.cc index 59d27d14af..eba3f4d880 100644 --- a/src/Server.cc +++ b/src/Server.cc @@ -524,7 +524,7 @@ ServerStateData::maybePurgeOthers() purgeEntriesByHeader(request, reqUrl, theFinalReply, HDR_CONTENT_LOCATION); } -// called (usually by kids) when we have final (possibly adapted) reply headers +/// called when we have final (possibly adapted) reply headers; kids extend void ServerStateData::haveParsedReplyHeaders() {