> I'm using the flask framework, version 0.6.1. I'm accessing the POST data
> using request.form.get().
>
> Craig Younkins


Sadly i was not able to reproduce the error in all of the test i tried.

At this point i would ask you to debug yourself and send the report in the
list:

1) edit buildconf/default.ini and set debug = true
2) run: make
3) run: gdb --args ./uwsgi XXXXXX

substitute XXX with your command line but do not use master and multiple
workers (so no -M and no -p and --daemonize option)

4) after gdb startup hit 'r' and 'return'

now send the POST request and gdb should spit out the point where uWSGI
crashed.

Thanks a lot



>
>
> On Fri, Jun 10, 2011 at 12:04 PM, Roberto De Ioris <[email protected]>
> wrote:
>
>>
>> > Yes, it appears it does. I had turned it on for some reason I don't
>> recall
>> > now. This works, though I think post-buffering should work.
>> >
>> > Craig Younkins
>> >
>>
>> Can you post the app part where you read post data ?
>>
>> The new wsgi.input system has been massively improved and i cannot
>> exclude
>> some still-undiscovered/escaped-from-tests bug
>>
>> Thanks a lot for your report
>>
>> --
>> Roberto De Ioris
>> http://unbit.it
>> _______________________________________________
>> uWSGI mailing list
>> [email protected]
>> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>>
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>


-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to