Changes between Initial Version and Version 1 of Ticket #32416, comment 1
- Timestamp:
- Feb 4, 2021, 6:01:30 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32416, comment 1
initial v1 4 4 https://github.com/python/cpython/blob/v3.9.1/Lib/socketserver.py#L656-L674 5 5 6 And here is the code for Django's `LiveServerThread.run()`, which does close its connections :6 And here is the code for Django's `LiveServerThread.run()`, which does close its connections (which was the change made for #22414): 7 7 https://github.com/django/django/blob/3f8979e37b6c498101d09a583ccc521d7f2879e5/django/test/testcases.py#L1460-L1484 8 8