mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-06 04:31:29 +08:00
The wsgi.create() function expects req._expected_100_continue but UWSGIRequest didn't have this attribute, causing an AttributeError. Set to False since uWSGI runs behind a frontend server that handles 100-continue negotiation.