mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
blocking operation django example (we read a file already on the fs and recreate another which blocked async schedulers). While I'm here ease the code of eventlet worker. Just use the convenient eventlet.serve function which already manage what we do and revert sopme useless changes in body and header parsing.