Benoit Chesneau
Benoit Chesneau
@kkirsche I was wondering how types could benefit for the project. Anyway If it can help somes developers to contribute , I'm open for a PR :)
@bt f you want to help, please test master and report any issue you still have or comment current opened issue. This will be much appreciated.
I am closing this issue since a release is about to land. Master already include the needed change. Also while I understand the frustration, this is not the proper way...
A patch for it would be accepted.
I missed that sorry. Committed. Thanks!
please don't break behavior that exist since years. We bneed to check if first the behavior changed here and also how errors are configured at user level. We sometimes uses...
hrm odd I will fix it. thanks for the notice
You are trying to use asyncio with a gevent worker. For now I would suggest to use the uvicorn gunicorn worker to handle it. Hope it helps.
Thanks for the patch I appreciate. But I'm not sure I agree with this change or #2314 (cc @tilgovi ). It removes the asynchronous way to monitor the workers by...
Behaviour of gunicorn didn't change since its creation . We stream the body and do not keep it it memory. NGINX doesn't collect the chunk that for sure. The nice...