Re: [squid-users] about http protocol version

2011-11-09 Thread Amos Jeffries

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


Re: [squid-users] about http protocol version

2011-11-09 Thread Mikio Kishi
Hi, Amos

 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.

I see.
Specifically, would you tell me the HTTP/1.1 request features that squid3.1 can
not handle for the client.

Sincerely,

--
Mikio Kishi

On Wed, Nov 9, 2011 at 6:14 PM, Amos Jeffries squ...@treenet.co.nz wrote:
 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



Re: [squid-users] about http protocol version

2011-11-09 Thread Amos Jeffries

On Thu, 10 Nov 2011 11:29:32 +0900, Mikio Kishi wrote:

Hi, Amos

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.


I see.
Specifically, would you tell me the HTTP/1.1 request features that
squid3.1 can
not handle for the client.


server-to-client 1xx responses and also chunk encoding to enable 
keep-alive with unknown length objects.


Amos



[squid-users] about http protocol version

2011-11-08 Thread Mikio Kishi
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.

Sincerely,

--
Mikio Kishi