Re: [squid-users] Only one outgoing connection for an incomming connection

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Sun, 20 Apr 2008 17:35:34 +0200

ons 2008-04-16 klockan 23:58 +1200 skrev Amos Jeffries:

> What you are describing sounds like the default behaviour of Squid.

Except that there is no in/out connection relation as HTTP connection
management is hop-by-hop, not end-to-end. Which means that when
connections is kept persistent the same outgoing connection may be
reused on requests from different incoming client connections (but at
most one request at a time).

> As long as the ProxyIn/OUT are obeying the standards and prefixing heir
> custom headers with "X-" squid has no reason to strip them out on the
> way through.

Not even if they are not prefixed. Headers are passed through unless you
explicitly tell Squid they should not, or the very few cases where HTTP
says they should not (i.e. defined hop-by-hop headers or headers listed
in Connection:)

Regards
Henrik
Received on Tue Apr 22 2008 - 14:21:26 MDT

This archive was generated by hypermail 2.2.0 : Thu May 01 2008 - 12:00:04 MDT