René's URL Explorer Experiment


Title: Issue 31639: http.server and SimpleHTTPServer hang after a few requests - Python tracker

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/75820 https://github.com/python/cpython/issues/75820
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
Archive.ziphttps://bugs.python.org/file47177/Archive.zip
PR 5018https://github.com/python/cpython/pull/5018
PR 6202https://github.com/python/cpython/pull/6202
PR 6203https://github.com/python/cpython/pull/6203
PR 7195https://github.com/python/cpython/pull/7195
PR 7219https://github.com/python/cpython/pull/7219
msg303335https://bugs.python.org/issue31639#msg303335
(view)https://bugs.python.org/msg303335
http://domain1.com:8000/domain1.htmlhttp://domain1.com:8000/domain1.html
https://github.com/Homebrew/homebrew-core/blob/master/Formula/python.rbhttps://github.com/Homebrew/homebrew-core/blob/master/Formula/python.rb
SocketServer.pyhttps://github.com/python/cpython/blob/2.7/Lib/SocketServer.py#L290
SocketServer.pyhttps://github.com/python/cpython/blob/2.7/Lib/SocketServer.py#L318
SocketServer.pyhttps://github.com/python/cpython/blob/2.7/Lib/SocketServer.py#L331
SocketServer.pyhttps://github.com/python/cpython/blob/2.7/Lib/SocketServer.py#L652
BaseHTTPServer.pyhttps://github.com/python/cpython/blob/2.7/Lib/BaseHTTPServer.py#L340
BaseHTTPServer.pyhttps://github.com/python/cpython/blob/2.7/Lib/BaseHTTPServer.py#L310
socket.pyhttps://github.com/python/cpython/blob/2.7/Lib/socket.py#L480
runpy.pyhttps://github.com/python/cpython/blob/2.7/Lib/runpy.py#L174
runpy.pyhttps://github.com/python/cpython/blob/2.7/Lib/runpy.py#L72
SimpleHTTPServer.pyhttps://github.com/python/cpython/blob/2.7/Lib/SimpleHTTPServer.py#L235
SimpleHTTPServer.pyhttps://github.com/python/cpython/blob/2.7/Lib/SimpleHTTPServer.py#L231
BaseHTTPServer.pyhttps://github.com/python/cpython/blob/2.7/Lib/BaseHTTPServer.py#L610
SocketServer.pyhttps://github.com/python/cpython/blob/2.7/Lib/SocketServer.py#L231
SocketServer.pyhttps://github.com/python/cpython/blob/2.7/Lib/SocketServer.py#L150
https://github.com/Homebrew/homebrew-core/blob/master/Formula/python3.rbhttps://github.com/Homebrew/homebrew-core/blob/master/Formula/python3.rb
http://0.0.0.0:8000/http://0.0.0.0:8000/
https://github.com/Microsoft/BashOnWindows/issues/1906https://github.com/Microsoft/BashOnWindows/issues/1906
msg303352https://bugs.python.org/issue31639#msg303352
(view)https://bugs.python.org/msg303352
http://domain1.com:8000/domain1.htmlhttp://domain1.com:8000/domain1.html
msg303437https://bugs.python.org/issue31639#msg303437
(view)https://bugs.python.org/msg303437
Issue 23430https://bugs.python.org/issue23430
msg303439https://bugs.python.org/issue31639#msg303439
(view)https://bugs.python.org/msg303439
msg308518https://bugs.python.org/issue31639#msg308518
(view)https://bugs.python.org/msg308518
msg308521https://bugs.python.org/issue31639#msg308521
(view)https://bugs.python.org/msg308521
https://bugs.chromium.org/p/chromium/issues/detail?id=195550https://bugs.chromium.org/p/chromium/issues/detail?id=195550
msg309076https://bugs.python.org/issue31639#msg309076
(view)https://bugs.python.org/msg309076
msg309082https://bugs.python.org/issue31639#msg309082
(view)https://bugs.python.org/msg309082
msg309083https://bugs.python.org/issue31639#msg309083
(view)https://bugs.python.org/msg309083
msg309094https://bugs.python.org/issue31639#msg309094
(view)https://bugs.python.org/msg309094
msg309105https://bugs.python.org/issue31639#msg309105
(view)https://bugs.python.org/msg309105
msg309110https://bugs.python.org/issue31639#msg309110
(view)https://bugs.python.org/msg309110
msg309120https://bugs.python.org/issue31639#msg309120
(view)https://bugs.python.org/msg309120
msg314314https://bugs.python.org/issue31639#msg314314
(view)https://bugs.python.org/msg314314
8bcfa02e4b1b65634e526e197588bc600674c80bhttps://hg.python.org/lookup/8bcfa02e4b1b65634e526e197588bc600674c80b
bpo-31639https://bugs.python.org/issue31639
GH-5018https://github.com/python/cpython/pull/5018
https://github.com/python/cpython/commit/8bcfa02e4b1b65634e526e197588bc600674c80bhttps://github.com/python/cpython/commit/8bcfa02e4b1b65634e526e197588bc600674c80b
msg314325https://bugs.python.org/issue31639#msg314325
(view)https://bugs.python.org/msg314325
f8d2c3cf5f62f0c259b2bf35c631353d22cf1d08https://hg.python.org/lookup/f8d2c3cf5f62f0c259b2bf35c631353d22cf1d08
bpo-31639https://bugs.python.org/issue31639
GH-5018https://github.com/python/cpython/pull/5018
https://github.com/python/cpython/commit/f8d2c3cf5f62f0c259b2bf35c631353d22cf1d08https://github.com/python/cpython/commit/f8d2c3cf5f62f0c259b2bf35c631353d22cf1d08
msg318082https://bugs.python.org/issue31639#msg318082
(view)https://bugs.python.org/msg318082
1cee216cf383eade641aed22f4ec7d4cb565ecffhttps://hg.python.org/lookup/1cee216cf383eade641aed22f4ec7d4cb565ecff
bpo-31639https://bugs.python.org/issue31639
GH-7195https://github.com/python/cpython/pull/7195
https://github.com/python/cpython/commit/1cee216cf383eade641aed22f4ec7d4cb565ecffhttps://github.com/python/cpython/commit/1cee216cf383eade641aed22f4ec7d4cb565ecff
msg318141https://bugs.python.org/issue31639#msg318141
(view)https://bugs.python.org/msg318141
4f53e2ac16e0bebae0a0c18f220295035b081ee3https://hg.python.org/lookup/4f53e2ac16e0bebae0a0c18f220295035b081ee3
bpo-31639https://bugs.python.org/issue31639
GH-7195https://github.com/python/cpython/pull/7195
GH-7219https://github.com/python/cpython/pull/7219
https://github.com/python/cpython/commit/4f53e2ac16e0bebae0a0c18f220295035b081ee3https://github.com/python/cpython/commit/4f53e2ac16e0bebae0a0c18f220295035b081ee3
msg318141https://bugs.python.org/msg318141
pull_request6852https://bugs.python.org/pull_request6852
msg318082https://bugs.python.org/msg318082
pull_request6829https://bugs.python.org/pull_request6829
miss-islingtonhttps://bugs.python.org/user27838
msg314325https://bugs.python.org/msg314325
pull_request5948https://bugs.python.org/pull_request5948
pull_request5947https://bugs.python.org/pull_request5947
msg314314https://bugs.python.org/msg314314
issue32518 supersederhttps://bugs.python.org/issue32518
msg309120https://bugs.python.org/msg309120
msg309110https://bugs.python.org/msg309110
msg309105https://bugs.python.org/msg309105
msg309094https://bugs.python.org/msg309094
r.david.murrayhttps://bugs.python.org/user9663
msg309083https://bugs.python.org/msg309083
msg309082https://bugs.python.org/msg309082
patchhttps://bugs.python.org/keyword2
pull_request4908https://bugs.python.org/pull_request4908
mdkhttps://bugs.python.org/user23063
msg309076https://bugs.python.org/msg309076
rogerwanghttps://bugs.python.org/user27636
msg308521https://bugs.python.org/msg308521
paul.moorehttps://bugs.python.org/user301
tim.goldenhttps://bugs.python.org/user3951
v+pythonhttps://bugs.python.org/user9485
zach.warehttps://bugs.python.org/user15467
steve.dowerhttps://bugs.python.org/user16632
msg308518https://bugs.python.org/msg308518
msg303440https://bugs.python.org/msg303440
msg303440https://bugs.python.org/msg303440
msg303439https://bugs.python.org/msg303439
martin.panterhttps://bugs.python.org/user14751
msg303437https://bugs.python.org/msg303437
msg303352https://bugs.python.org/msg303352
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.