Re: [squid-users] Accelerator requests to origin servers always HTTP/1.0?

From: Denis Haskin <dwhaskin@dont-contact.us>
Date: Thu, 12 Apr 2001 15:10:07 -0400

Denis Haskin wrote:

> I'm using Squid 2.4 STABLE1 as an http accelerator. It appears to me
> that Squid is sending *all* requests to the origin server marked as
> HTTP/1.0, even if the incoming request to Squid said HTTP/1.1 in the
> request line.
>
> Is there a reason for this? I don't think it's really a problem, but
> what it means is that my upstream (Apache) server is then responding
> with HTTP/1.0 (which I cannot control) but I am including headers which
> are only really valid for HTTP/1.1. They're working, but I'm a stickler
> for consistency.

Actually, on closer inspection it turns out my origin server is still
returning HTTP/1.1, but on the way back to the client, Squid again turns it
into HTTP/1.0. So we have:

client -> HTTP/1.1 -> Squid -> HTTP/1.0 -> server

and then:

client <- HTTP/1.0 <- Squid <- HTTP/1.1 <- server

Hmm...

dwh
Received on Thu Apr 12 2001 - 13:10:43 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:59:17 MST