RE: [users@httpd] mod_uwsgi with chunked request body causes 411

2013-09-05 Thread Stephen Pierce
Nick Kew [mailto:n...@webthing.com] Sent: Thursday, September 05, 2013 9:06 PM To: users@httpd.apache.org Subject: Re: [users@httpd] mod_uwsgi with chunked request body causes 411 On 6 Sep 2013, at 04:48, Stephen Pierce wrote: > http://www.gossamer-threads.com/lists/apache/users/183271 > &

Re: [users@httpd] mod_uwsgi with chunked request body causes 411

2013-09-05 Thread Nick Kew
On 6 Sep 2013, at 04:48, Stephen Pierce wrote: > http://www.gossamer-threads.com/lists/apache/users/183271 > “Well, I got Apache source and it is obvious that the problem is > most (all?) mod_* things do not ask Apache to dechunk request for > them. They prefer to make it an error. So, it is poss

[users@httpd] mod_uwsgi with chunked request body causes 411

2013-09-05 Thread Stephen Pierce
I'm trying to make a PUT/POST HTTP request to a uwsgi application through apache, using the uwsgi module for apache. These requests use chunked transfer encoding for the request body. I have some test cases that I can run to make sure that all the functionality works. When I run them against th