Benoit Chesneau 47b1cb82b8 Fix missing _expected_100_continue attribute in UWSGIRequest
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.
2026-01-25 14:51:40 +01:00
..