File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 55
66module Protocol
77 module HTTP1
8- VERSION = "0.35.1 "
8+ VERSION = "0.35.2 "
99 end
1010end
Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ Please see the [project documentation](https://socketry.github.io/protocol-http1
3030
3131Please see the [ project releases] ( https://socketry.github.io/protocol-http1/releases/index ) for all releases.
3232
33+ ### v0.35.2
34+
35+ - Tidy up implementation of ` read_line? ` to handle line length errors and protocol violations more clearly.
36+ - Improve error handling for unexpected connection closures (` Errno::ECONNRESET ` ) in ` read_line? ` .
37+
3338### v0.35.0
3439
3540 - Add traces provider for ` Protocol::HTTP1::Connection ` .
@@ -68,10 +73,6 @@ Please see the [project releases](https://socketry.github.io/protocol-http1/rele
6873
6974 - Fix handling of ` nil ` lines in HTTP parsing.
7075
71- ### v0.28.0
72-
73- - Add configurable maximum line length to prevent denial of service attacks.
74-
7576## Contributing
7677
7778We welcome contributions to this project.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.35.2
44
55 - Tidy up implementation of ` read_line? ` to handle line length errors and protocol violations more clearly.
66 - Improve error handling for unexpected connection closures (` Errno::ECONNRESET ` ) in ` read_line? ` .
You can’t perform that action at this time.
0 commit comments