Marking response.force_close() doesn't prevent lingering
Abierto
bug
- Lenguaje dominante
- Python
- Estrellas
- 16.5k
- Forks
- 2.4k
- Merge medio
- 20 h 10 min
- PR fusionados (30 d)
- 221
Descripción
## 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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.