René's URL Explorer Experiment


Title: Issue 24291: Many servers (wsgiref, http.server, etc) can truncate large output blobs - 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/68479 https://github.com/python/cpython/issues/68479
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
wsgi-partial.pyhttps://bugs.python.org/file42411/wsgi-partial.py
wfile-partial.patchhttps://bugs.python.org/file42412/wfile-partial.patch
reviewhttps://bugs.python.org/review/24291/#ps16916
wfile-partial.v2.patchhttps://bugs.python.org/file42427/wfile-partial.v2.patch
reviewhttps://bugs.python.org/review/24291/#ps16928
wfile-partial.v3.patchhttps://bugs.python.org/file42870/wfile-partial.v3.patch
reviewhttps://bugs.python.org/review/24291/#ps17257
wsgiref-only.patchhttps://bugs.python.org/file43066/wsgiref-only.patch
reviewhttps://bugs.python.org/review/24291/#ps17397
wsgiref-only.v2.patchhttps://bugs.python.org/file43143/wsgiref-only.v2.patch
reviewhttps://bugs.python.org/review/24291/#ps17460
wfile-partial.v4.patchhttps://bugs.python.org/file43233/wfile-partial.v4.patch
reviewhttps://bugs.python.org/review/24291/#ps17526
wfile-partial.v5.patchhttps://bugs.python.org/file43840/wfile-partial.v5.patch
reviewhttps://bugs.python.org/review/24291/#ps17943
msg244131https://bugs.python.org/issue24291#msg244131
(view)https://bugs.python.org/msg244131
msg244138https://bugs.python.org/issue24291#msg244138
(view)https://bugs.python.org/msg244138
msg244489https://bugs.python.org/issue24291#msg244489
(view)https://bugs.python.org/msg244489
http://127.0.0.1:8765/http://127.0.0.1:8765/
socket.pyhttps://github.com/python/cpython/blob/2.7/Lib/socket.py#L324
socket.pyhttps://github.com/python/cpython/blob/2.7/Lib/socket.py#L303
msg244505https://bugs.python.org/issue24291#msg244505
(view)https://bugs.python.org/msg244505
msg244506https://bugs.python.org/issue24291#msg244506
(view)https://bugs.python.org/msg244506
msg244550https://bugs.python.org/issue24291#msg244550
(view)https://bugs.python.org/msg244550
msg260844https://bugs.python.org/issue24291#msg260844
(view)https://bugs.python.org/msg260844
msg262830https://bugs.python.org/issue24291#msg262830
(view)https://bugs.python.org/msg262830
https://github.com/gevent/gevent/issues/778#issuecomment-205046001https://github.com/gevent/gevent/issues/778#issuecomment-205046001
https://docs.python.org/3/library/socket.html#socket.socket.sendhttps://docs.python.org/3/library/socket.html#socket.socket.send
http://127.0.0.1:8000/http://127.0.0.1:8000/
https://github.com/python/cpython/blob/3.4/Lib/socket.py#L389https://github.com/python/cpython/blob/3.4/Lib/socket.py#L389
msg262831https://bugs.python.org/issue24291#msg262831
(view)https://bugs.python.org/msg262831
msg262833https://bugs.python.org/issue24291#msg262833
(view)https://bugs.python.org/msg262833
msg262834https://bugs.python.org/issue24291#msg262834
(view)https://bugs.python.org/msg262834
msg262835https://bugs.python.org/issue24291#msg262835
(view)https://bugs.python.org/msg262835
https://www.python.org/dev/peps/pep-3333/#buffering-and-streaminghttps://www.python.org/dev/peps/pep-3333/#buffering-and-streaming
msg262836https://bugs.python.org/issue24291#msg262836
(view)https://bugs.python.org/msg262836
msg262837https://bugs.python.org/issue24291#msg262837
(view)https://bugs.python.org/msg262837
msg263079https://bugs.python.org/issue24291#msg263079
(view)https://bugs.python.org/msg263079
https://docs.python.org/2/library/stdtypes.html#file.writehttps://docs.python.org/2/library/stdtypes.html#file.write
msg263085https://bugs.python.org/issue24291#msg263085
(view)https://bugs.python.org/msg263085
Issue 26721https://bugs.python.org/issue26721
msg263087https://bugs.python.org/issue24291#msg263087
(view)https://bugs.python.org/msg263087
msg263163https://bugs.python.org/issue24291#msg263163
(view)https://bugs.python.org/msg263163
msg263789https://bugs.python.org/issue24291#msg263789
(view)https://bugs.python.org/msg263789
msg265528https://bugs.python.org/issue24291#msg265528
(view)https://bugs.python.org/msg265528
Lib/wsgiref/simple_server.pyhttps://github.com/python/cpython/blob/master/Lib/wsgiref/simple_server.py
msg265615https://bugs.python.org/issue24291#msg265615
(view)https://bugs.python.org/msg265615
msg265691https://bugs.python.org/issue24291#msg265691
(view)https://bugs.python.org/msg265691
msg266750https://bugs.python.org/issue24291#msg266750
(view)https://bugs.python.org/msg266750
msg266926https://bugs.python.org/issue24291#msg266926
(view)https://bugs.python.org/msg266926
msg266986https://bugs.python.org/issue24291#msg266986
(view)https://bugs.python.org/msg266986
msg267097https://bugs.python.org/issue24291#msg267097
(view)https://bugs.python.org/msg267097
msg267393https://bugs.python.org/issue24291#msg267393
(view)https://bugs.python.org/msg267393
a57703119f40https://hg.python.org/lookup/a57703119f40
#24291https://bugs.python.org/issue24291
https://hg.python.org/cpython/rev/a57703119f40https://hg.python.org/cpython/rev/a57703119f40
d8f021944e0bhttps://hg.python.org/lookup/d8f021944e0b
#24291https://bugs.python.org/issue24291
https://hg.python.org/cpython/rev/d8f021944e0bhttps://hg.python.org/cpython/rev/d8f021944e0b
msg267406https://bugs.python.org/issue24291#msg267406
(view)https://bugs.python.org/msg267406
msg271066https://bugs.python.org/issue24291#msg271066
(view)https://bugs.python.org/msg271066
Issue 26721https://bugs.python.org/issue26721
msg305140https://bugs.python.org/issue24291#msg305140
(view)https://bugs.python.org/msg305140
msg305140https://bugs.python.org/msg305140
wfile-partial.v5.patchhttps://bugs.python.org/file43840
msg271066https://bugs.python.org/msg271066
wfile-partial.v4.patchhttps://bugs.python.org/file43233
msg267406https://bugs.python.org/msg267406
python-devhttps://bugs.python.org/user13902
msg267393https://bugs.python.org/msg267393
wsgiref-only.v2.patchhttps://bugs.python.org/file43143
msg267097https://bugs.python.org/msg267097
msg266986https://bugs.python.org/msg266986
msg266926https://bugs.python.org/msg266926
wsgiref-only.patchhttps://bugs.python.org/file43066
msg266750https://bugs.python.org/msg266750
wfile-partial.v3.patchhttps://bugs.python.org/file42870
msg265691https://bugs.python.org/msg265691
pitrouhttps://bugs.python.org/user2040
benjamin.petersonhttps://bugs.python.org/user4455
tarekhttps://bugs.python.org/user4555
stutzbachhttps://bugs.python.org/user5251
msg265615https://bugs.python.org/msg265615
serhiy.storchakahttps://bugs.python.org/user15623
msg265528https://bugs.python.org/msg265528
msg263789https://bugs.python.org/msg263789
wfile-partial.v2.patchhttps://bugs.python.org/file42427
msg263163https://bugs.python.org/msg263163
msg263087https://bugs.python.org/msg263087
wfile-partial.patchhttps://bugs.python.org/file42412
patchhttps://bugs.python.org/keyword2
msg263085https://bugs.python.org/msg263085
wsgi-partial.pyhttps://bugs.python.org/file42411
msg263079https://bugs.python.org/msg263079
msg262837https://bugs.python.org/msg262837
msg262836https://bugs.python.org/msg262836
msg262835https://bugs.python.org/msg262835
msg262834https://bugs.python.org/msg262834
msg262833https://bugs.python.org/msg262833
msg262831https://bugs.python.org/msg262831
jmaddenhttps://bugs.python.org/user21444
msg262830https://bugs.python.org/msg262830
Paolo Vegliahttps://bugs.python.org/user23494
msg260844https://bugs.python.org/msg260844
msg244550https://bugs.python.org/msg244550
msg244506https://bugs.python.org/msg244506
msg244505https://bugs.python.org/msg244505
marcjofrehttps://bugs.python.org/user21926
msg244489https://bugs.python.org/msg244489
martin.panterhttps://bugs.python.org/user14751
msg244138https://bugs.python.org/msg244138
pjehttps://bugs.python.org/user688
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.