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.
1 parent d20c764 commit 2de4ff2Copy full SHA for 2de4ff2
lib/async/http/version.rb
@@ -5,6 +5,6 @@
5
6
module Async
7
module HTTP
8
- VERSION = "0.92.2"
+ VERSION = "0.93.0"
9
end
10
readme.md
@@ -18,7 +18,7 @@ Please see the [project releases](https://socketry.github.io/async-http/releases
18
19
### v0.92.2
20
21
- - Better handling of trailers.
+ - Better handling of trailers. If invalid trailers are received, the connection (HTTP/1) or stream (HTTP/2) is reset.
22
23
### v0.92.0
24
0 commit comments