Re: [PATCH] 3.2/3.HEAD: send HTTP/1.1 on CONNECT responses

2010-11-26 Thread Amos Jeffries
On 26/11/10 13:51, Amos Jeffries wrote: On 26/11/10 13:08, Henrik Nordström wrote: tis 2010-11-23 klockan 03:49 + skrev Amos Jeffries: 3.2 and later send HTTP/1.1 version on all regular response lines. CONNECT seems to have been missed somehow. This corrects the omission so the hard-coded

Re: [PATCH] 3.2/3.HEAD: send HTTP/1.1 on CONNECT responses

2010-11-25 Thread Amos Jeffries
On 26/11/10 13:08, Henrik Nordström wrote: tis 2010-11-23 klockan 03:49 + skrev Amos Jeffries: 3.2 and later send HTTP/1.1 version on all regular response lines. CONNECT seems to have been missed somehow. This corrects the omission so the hard-coded CONNECT reply strings send 1.1 as well.

Re: [PATCH] 3.2/3.HEAD: send HTTP/1.1 on CONNECT responses

2010-11-25 Thread Henrik Nordström
tis 2010-11-23 klockan 03:49 + skrev Amos Jeffries: > 3.2 and later send HTTP/1.1 version on all regular response lines. > > CONNECT seems to have been missed somehow. This corrects the omission so > the hard-coded CONNECT reply strings send 1.1 as well. Ouch, is that response hardcoded? > I

Re: [PATCH] 3.2/3.HEAD: send HTTP/1.1 on CONNECT responses

2010-11-25 Thread Alex Rousskov
On 11/22/2010 08:49 PM, Amos Jeffries wrote: 3.2 and later send HTTP/1.1 version on all regular response lines. CONNECT seems to have been missed somehow. This corrects the omission so the hard-coded CONNECT reply strings send 1.1 as well. I'm not certain, but this may explain some of the very

[PATCH] 3.2/3.HEAD: send HTTP/1.1 on CONNECT responses

2010-11-22 Thread Amos Jeffries
3.2 and later send HTTP/1.1 version on all regular response lines. CONNECT seems to have been missed somehow. This corrects the omission so the hard-coded CONNECT reply strings send 1.1 as well. I'm not certain, but this may explain some of the very rare CONNECT problems seen in 3.2+. Alex: i