Skip to content

Commit

Permalink
Fix twisted web news fragment.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Oct 28, 2024
1 parent 217830b commit 1a143dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Features
- twisted.internet.defer.Deferred runs callbacks with chained Deferreds a little faster. (#12284)
- The reactor now will use a little less CPU when events have been scheduled with callLater(). (#12286)
- Creation of twisted.python.failure.Failure is now faster. (#12288)
- twisted.web.server is 1-2% faster in some cases. (#12318)


Bugfixes
Expand Down Expand Up @@ -72,6 +71,7 @@ Features

- The twisted.web HTTP server and client now reject HTTP header names containing whitespace or other invalid characters by raising twisted.web.http_headers.InvalidHeaderName, improving compliance with RFC 9110. As a side effect, the server is slightly faster. (#12191)
- twisted.web.client and twisted.web.server now disable the Nagle algorithm (enable TCP_NODELAY), reducing the latency of small HTTP queries. (#12311)
- twisted.web.server is 1-2% faster in some cases. (#12318)


Bugfixes
Expand Down

0 comments on commit 1a143dc

Please sign in to comment.