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


Ignore:
Timestamp:
Feb 4, 2021, 6:01:30 PM (3 years ago)
Author:
Chris Jerdonek

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32416, comment 1

    initial v1  
    44https://github.com/python/cpython/blob/v3.9.1/Lib/socketserver.py#L656-L674
    55
    6 And here is the code for Django's `LiveServerThread.run()`, which does close its connections:
     6And here is the code for Django's `LiveServerThread.run()`, which does close its connections (which was the change made for #22414):
    77https://github.com/django/django/blob/3f8979e37b6c498101d09a583ccc521d7f2879e5/django/test/testcases.py#L1460-L1484
    88
Back to Top