Benoit Chesneau
|
136a124674
|
Add unit tests reproducing ASGI framework compatibility failures
Tests expose HTTP 100 Continue bug: gunicorn incorrectly adds
Transfer-Encoding: chunked to 1xx responses, violating RFC 9110.
Test results:
- 2 FAILED: HTTP 100 Continue (confirms bug)
- 20 PASSED: WebSocket close/binary/handshake
Coverage: websocket.py 62%, protocol.py 29%
|
2026-04-03 12:11:32 +02:00 |
|