On Wednesday, April 18, 2018 at 4:54:41 PM UTC-4, Bert JW Regeer wrote: > > Using request.body_file is actually better than using body_file_raw. The > raw reads directly from the underlying wsgi.input, which means if you are > using wsgiref or some other server that doesn't correctly input terminate > wsgi.input you may potentially deadlock reading forever because the > wsgi.input may be directly connected to the remote socket, and if you read > past CONTENT_LENGTH things go awry. >
Wow. I did not know that. Thanks! -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/b78adc93-11b5-4089-9ae8-a5a7f3aef028%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
