Marking response.force_close() doesn't prevent lingering
Offen
bug
- Vorherrschende Sprache
- Python
- Sterne
- 16.5k
- Forks
- 2.4k
- Ø Merge
- 20 Std. 10 Min.
- Gemergte PRs (30 T.)
- 221
Beschreibung
## Long story short
Returning a response with `force_close()` before the request is fully read still causes lingering.
## Expected behaviour
Connection should be closed immediately after the response is written.
## Actual behaviour
The lingering logic in `web_protocol.py` is activated.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.