I tried lots of combinations (with or without proxy, in HTTP 1.1 or 1.0). The communication beetween client and proxy is HTTP/1.1 (with Proxy-Connection: Keep-Alive). The communication beetween proxy and web server is HTTP/1.0 (with Connection: Close). It seems to be in line with RFC2616. It is just a shame that your original patch worked on both side in HTTP/1.1 and some code have got lost somewhere. Maybe it could cause problems under certain cases ?
Regards, Gael > -----Message d'origine----- > De : minfrin [mailto:minfrin] De la part de Graham Leggett > Envoy� : vendredi 8 mars 2002 17:49 > � : [EMAIL PROTECTED] > Objet : Re: RE : mod_proxy and HTTP/1.1 request > > > Gael Seroul wrote: > > > I don't think the problem is just a version string error. > The traffic > > I saw beetween apache proxy and web server was in HTTP/1.0 (The > > header was containing the Content-Length, no chunk appeared...) The > > communication beetween apache proxy and web server is really in > > HTTP/1.0. > > Chunking is optional in RFC2616 - if the proxy receives > content with a content-length, it won't chunk the data. > > If you could send a specific instance of where proxy violates > RFC2616 I would appreciate it, because then I can fix it. To > date the only reports so far are "it looks like HTTP/1.0", > which is far too vague to be useful. > > Regards, > Graham > -- > ----------------------------------------- > [EMAIL PROTECTED] "There's a moon > over Bourbon Street > tonight..." >
