File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ General changes
6161
6262- ``HTTPServerRequest.write `` has been removed. Use the methods of
6363 ``request.connection `` instead.
64+ - Unrecognized ``Content-Encoding `` values now log warnings only for
65+ content types that we would otherwise attempt to parse.
6466
6567`tornado.ioloop `
6668~~~~~~~~~~~~~~~~
@@ -147,6 +149,8 @@ General changes
147149
148150- Pings and other messages sent while the connection is closing are
149151 now silently dropped instead of logging exceptions.
152+ - Errors raised by ``open() `` are now caught correctly when this method
153+ is a coroutine.
150154
151155`tornado.wsgi `
152156~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change 2222# is zero for an official release, positive for a development branch,
2323# or negative for a release candidate or beta (after the base version
2424# number has been incremented)
25- version = "6.0a1 "
26- version_info = (6 , 0 , 0 , - 99 )
25+ version = "6.0b1 "
26+ version_info = (6 , 0 , 0 , - 98 )
You can’t perform that action at this time.
0 commit comments