Changes between Initial Version and Version 1 of Ticket #31373, comment 14
- Timestamp:
- Mar 18, 2020, 12:07:53 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31373, comment 14
initial v1 1 1 Thanks for the sample project. 2 2 3 I managed to bisect the regression at a415ce70bef6d91036b00dd2c8544aed7aeeaaed which introduced async support in Django. 3 I managed to bisect the regression at a415ce70bef6d91036b00dd2c8544aed7aeeaaed which introduced async support in Django. Running `ab` against cce47ff65a4dd3786c049ec14ee889e128ca7de9 didn't reproduce. 4 4 5 5 I didn't investigate why connections kept piling up but I suspect [https://github.com/django/django/commit/a415ce70bef6d91036b00dd2c8544aed7aeeaaed#diff-c50ed26e574fb41592a832e0b37c5713R143-R148 these lines] are to blame.