Changes between Initial Version and Version 1 of Ticket #31515, comment 26


Ignore:
Timestamp:
Apr 28, 2020, 5:07:22 AM (4 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31515, comment 26

    initial v1  
    2424The 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.)
    2525
    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 `tread_sensitive` there.
     26We 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.
Back to Top