On 9/11/2011 6:07 p.m., Mikio Kishi wrote:
Hi,
Squid 3.1 seems to response HTTP/1.0 to the client even if the
server responses HTTP/1.1 to squid. Why ?
For your information, Squid 3.2 responses HTTP/1.1.
Because those are the protocol versions supported on those connections.
Squid-3.1 can handle all of the HTTP/1.1 response features that can come
from the server. But not all of the HTTP/1.1 request features that can
come from the client.
Squid-3.2 being a later release series supports the final features which
3.1 is missing.
Amos