Skip to content

Commit

Permalink
Use 'SeeSquidWiki' keyword as terminology reference
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard-bagdasaryan committed Aug 12, 2019
1 parent 1e7eb49 commit 5f8055f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/AccessLogEntry.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class AccessLogEntry: public RefCountable
SBuf lastAclData; ///< string for external_acl_type %DATA format code

HierarchyLogEntry hier;
HttpReplyPointer reply; ///< sent reply
HttpReplyPointer reply; ///< sent reply (SeeSquidWiki)

HttpRequest *request = nullptr; //< virgin HTTP request
HttpRequest *adapted_request = nullptr; //< HTTP request after adaptation and redirection
Expand Down
4 changes: 2 additions & 2 deletions src/cf.data.pre
Original file line number Diff line number Diff line change
Expand Up @@ -4697,7 +4697,7 @@ DOC_START
RESPONSE

[http::]<Hs HTTP status code of the final virgin reply
[http::]>Hs HTTP status code of the last sent reply.
[http::]>Hs HTTP status code of the last sent reply

[http::]<h The header of the last sent reply.
Optional header name argument as for >h
Expand All @@ -4706,7 +4706,7 @@ DOC_START
value) of the last sent reply


See http://wiki.squid-cache.org/ResponseTerms for details.
SeeSquidWiki for terminology.

SIZE COUNTERS

Expand Down

0 comments on commit 5f8055f

Please sign in to comment.