Changes between Initial Version and Version 1 of Ticket #31515, comment 26
- Timestamp:
- Apr 28, 2020, 5:07:22 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31515, comment 26
initial v1 24 24 The reporter on #31134 concluded this was uvicorn's expected behaviour. (I'd need to look at uvicorn's source code to determine that for myself.) 25 25 26 We need to investigate further the difference with master. We're calling `response.close()` inside `sync_to_async` there. Adding that to stable/3.0.x doesn't resolve this issue. We're looking at if, on master, we need to use `t read_sensitive` there.26 We need to investigate further the difference with master. We're calling `response.close()` inside `sync_to_async` there. Adding that to stable/3.0.x doesn't resolve this issue. We're looking at if, on master, we need to use `thread_sensitive` there.