Skip to content

Commit

Permalink
Bug 5096: clarify pipeline_prefetch argument documentation (#1978)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkie authored and squid-anubis committed Jan 18, 2025
1 parent 83c501d commit d5e96ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cf.data.pre
Original file line number Diff line number Diff line change
Expand Up @@ -10555,8 +10555,8 @@ DOC_START
HTTP clients may send a pipeline of 1+N requests to Squid using a
single connection, without waiting for Squid to respond to the first
of those requests. This option limits the number of concurrent
requests Squid will try to handle in parallel. If set to N, Squid
will try to receive and process up to 1+N requests on the same
requests Squid will try to handle in parallel. If set to the number N,
Squid will try to receive and process up to 1+N requests on the same
connection concurrently.

Defaults to 0 (off) for bandwidth management and access logging
Expand Down

0 comments on commit d5e96ec

Please sign in to comment.