We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abf50bc + fbe1d19 commit f01a7b0Copy full SHA for f01a7b0
docs/releases/v6.5.2.rst
@@ -11,7 +11,7 @@ Bug fixes
11
- Improved logging for invalid ``Host`` headers. This was previously logged as an uncaught
12
exception with a stack trace, now it is simply a 400 response (logged as a warning in the
13
access log).
14
-- Restored the ``host`` argument to ``.HTTPServerRequest``. This argument is deprecated
+- Restored the ``host`` argument to `.HTTPServerRequest`. This argument is deprecated
15
and will be removed in the future, but its removal with no warning in 6.5.0 was a mistake.
16
- Removed a debugging print statement that was left in the code.
17
- Improved type hints for ``gen.multi``.
0 commit comments