-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Pull requests: tornadoweb/tornado
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
send_error: skip the default error page for 204 No Content (issue #3360)
#3663
opened Jul 1, 2026 by
HrachShah
Loading…
TCPClient.connect: close the new SSLIOStream on TLS handshake timeout
#3662
opened Jul 1, 2026 by
HrachShah
Loading…
_parse_request_range: accept range unit in any case per RFC 7233
#3660
opened Jul 1, 2026 by
HrachShah
Loading…
_curl_debug: decode pycurl bytes as latin-1 before native_str
#3659
opened Jul 1, 2026 by
HrachShah
Loading…
split_host_and_port: reject ports above 65535 with HTTPInputError
#3658
opened Jun 30, 2026 by
HrachShah
Loading…
GzipDecompressor: decompress concatenated gzip members instead of dropping them
#3654
opened Jun 30, 2026 by
HrachShah
Loading…
reject empty or whitespace timedelta values in _parse_timedelta
#3652
opened Jun 29, 2026 by
HrachShah
Loading…
HTTPHeaders: raise TypeError on non-string keys in set/get/delitem
#3650
opened Jun 26, 2026 by
HrachShah
Loading…
_HasFileno in platform/asyncio.py must be hashable because instances are used as dictionary key
#3622
opened May 13, 2026 by
jonathandung
Loading…
Fix simple_httpclient: Improve error reporting on connect timeout
#3606
opened Apr 4, 2026 by
joegasewicz
Contributor
Loading…
Fix NameError and socket leak in TCPClient._create_stream error path
#3579
opened Feb 20, 2026 by
bysiber
Loading…
Fix string formatting in exception constructors across codebase
#3578
opened Feb 20, 2026 by
bysiber
Loading…
Fix GzipDecompressor to handle concatenated gzip members
#3577
opened Feb 8, 2026 by
veeceey
Loading…
Add check for same-origin requests for unsafe methods
#3576
opened Feb 1, 2026 by
takluyver
Contributor
Loading…
Passes through asyncio.CancelledError in tornado.gen.coroutine
gen
#3539
opened Aug 28, 2025 by
AshwinDeshpandeBG
Loading…
Fix pickling of
httpclient.HTTPError subclasses and web.HTTPError
web
#3439
opened Nov 2, 2024 by
andersk
Contributor
Loading…
Support streaming chunks in HTTP/1.0 read-until-close bodies
http1connection
#3370
opened Apr 11, 2024 by
jadehh
Loading…
websocket: fix bug where interleaved control frame breaks compression
websocket
#3353
opened Dec 4, 2023 by
staticglobal
Loading…
Preserve contextvars context when handle httpclient response
httpclient
#3340
opened Oct 19, 2023 by
tkukushkin
Contributor
Loading…
Add StreamingMultipartFormDataParser.
web
#3228
opened Feb 5, 2023 by
eulersIDcrisis
Contributor
Loading…
Allow for more flexible control of connection backlog and number of connections accepted "at once"
netutil
#3062
opened Sep 8, 2021 by
ghost
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.