Re: Dechunking code in Apache 2.0.49

2004-06-09 Thread Graham Leggett
Sumeet Singh wrote: I would think that mod_proxy should make an independant decision (based on compliance with the RFC, mod_proxy's configuration, type of origin server etc) on whether it should send a chunked or dechunked request body. For example, if the client sent chunked data that was large

Re: Dechunking code in Apache 2.0.49

2004-06-08 Thread Sumeet Singh
I would think that mod_proxy should make an independant decision (based on compliance with the RFC, mod_proxy's configuration, type of origin server etc) on whether it should send a chunked or dechunked request body. For example, if the client sent chunked data that was larger than a configured

Re: Dechunking code in Apache 2.0.49

2004-06-04 Thread Graham Leggett
Jim Jagielski wrote: I think there's been soem discussion, onlist as well as via Bugzilla, on the best way to handle this. Personally, I think that if the client sent chunked, we should pass that through to the origin server. As I remember, the client should try to remember whether the server does

Re: Dechunking code in Apache 2.0.49

2004-06-04 Thread Mathias Herberts
Jim Jagielski wrote: On Jun 3, 2004, at 5:02 PM, Mathias Herberts wrote: Hi, I've been deploying Apache 1.3 instances for many years now, relying heavily on the mod_proxy / mod_rewrite couple to build our HTTP backbone. In the past year I've met a problem with the proxying of requests made by MI

Re: Dechunking code in Apache 2.0.49

2004-06-04 Thread Jim Jagielski
On Jun 3, 2004, at 5:02 PM, Mathias Herberts wrote: Hi, I've been deploying Apache 1.3 instances for many years now, relying heavily on the mod_proxy / mod_rewrite couple to build our HTTP backbone. In the past year I've met a problem with the proxying of requests made by MIDP (mobile devices)

Re: Dechunking code in Apache 2.0.49

2004-06-04 Thread Joe Orton
On Fri, Jun 04, 2004 at 01:48:31AM +0200, Graham Leggett wrote: > Mathias Herberts wrote: > > >What is the position of the Apache community on the passing of 'hop by > >hop' headers to origin servers by mod_proxy? The code in proxy_http.c > >says 'RFC2616 13.5.1 says we should strip these header

Re: Dechunking code in Apache 2.0.49

2004-06-03 Thread Graham Leggett
Mathias Herberts wrote: What is the position of the Apache community on the passing of 'hop by hop' headers to origin servers by mod_proxy? The code in proxy_http.c says 'RFC2616 13.5.1 says we should strip these headers', but RFC 2616 13.5.1 defines 'Hop-by-hop headers, which are meaningful onl

Dechunking code in Apache 2.0.49

2004-06-03 Thread Mathias Herberts
Hi, I've been deploying Apache 1.3 instances for many years now, relying heavily on the mod_proxy / mod_rewrite couple to build our HTTP backbone. In the past year I've met a problem with the proxying of requests made by MIDP (mobile devices) clients. Those requests were using 'Transfer-Encodin