Changes between Initial Version and Version 1 of Ticket #31717, comment 1


Ignore:
Timestamp:
Jun 17, 2020, 7:50:04 PM (4 years ago)
Author:
Yu Li

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31717, comment 1

    initial v1  
    22Also manage runserver does not seem to call {{{HttpResponseBase.close()}}}.
    33
    4 This gives me more confidence that where the issue lays.
     4This 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.
Back to Top