6 Commits

Author SHA1 Message Date
Paul J. Dorn
4323027b1e drop long-default - coding: utf-8 2024-04-22 03:33:14 +02:00
Benoit Chesneau
e147feaf8b fix echo example on python 3.7 2019-09-27 23:15:59 +02:00
Benoit Chesneau
fe7632fe37 make sure all examples work on python 3
fix #1961
2019-01-24 23:19:38 +01:00
Berker Peksag
b5d188422e Tweak some examples.
* Return bytes in Python 3
* Activate wsgiref.validate.validator
* Remove unused imports
2015-07-08 13:53:19 +03:00
Collin Anderson
0d3045bb41 cleaned some code 2014-09-10 20:34:22 -04:00
benoitc
aacfba1aed fetch all input body in gaiohttp to work w/ non asyncio wsgi apps
I took the suggestion of @asvetlov. This change load first all the body
in RAM in the gaiohttp worker to handle classic WSGI application. This
is a temporary fix, it should be replaced asap by a streaming behaviour.
It does the trick anyway for most application since you're not supposed
to handle large body directly with gunicorn.

fix #803
2014-06-28 16:38:01 +02:00