Changes between Initial Version and Version 1 of Ticket #31717, comment 1
- Timestamp:
- Jun 17, 2020, 7:50:04 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31717, comment 1
initial v1 2 2 Also manage runserver does not seem to call {{{HttpResponseBase.close()}}}. 3 3 4 This gives me more confidence that where the issue lays. 4 This gives me more confidence that where the issue lays. I think the problem is uwsgi is calling {{{.close()}}} from a different thread whereas a transaction is on-going somewhere else.