Re: apache, mod_wsgi and 100-continue

2009-06-28 Thread Graham Dumpleton
Upgrade mod_wsgi to the latest. You are using an old version which has a problem with 100-continue requests. Graham On Jun 29, 5:58 am, Gustavo Henrique wrote: > hi guys, > I have a problem with an URL sending a request POST with header 100- > continue to my app. I'm using a service similar to

apache, mod_wsgi and 100-continue

2009-06-28 Thread Gustavo Henrique
hi guys, I have a problem with an URL sending a request POST with header 100- continue to my app. I'm using a service similar to the Paypal. The request don't sending the POST and GET content. The result of the request: , POST:, COOKIES:{}, META:{'CONTENT_LENGTH': '641', 'CONTENT_TYPE': 'applica