]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed ServerStateData::haveParsedReplyHeaders() description.
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 14 Feb 2011 04:12:50 +0000 (21:12 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Mon, 14 Feb 2011 04:12:50 +0000 (21:12 -0700)
No runtime changes.

src/Server.cc

index 59d27d14af7646ebf21785be94e8b899f6cea657..eba3f4d880e20fdd8bcc1c8ba987080dacfe4df0 100644 (file)
@@ -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()
 {