-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
port hyperium/* as rama-http-core #347
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
next steps actually migrate and port the logic
probably still a whee while to go, but oh well, progress
for encoding one can still opt-in for title-casing if ever needed
Changelog: ## What's Changed - Fix treating HEADERS frames with a non-zero content-length but END_STREAM flag as malformed. - Fix notifying the stream task when automatically reset on receipt of a stream error. Release url: <https://github.com/hyperium/h2/releases/tag/v0.4.7> raw changelog: <hyperium/h2@v0.4.6...v0.4.7>
Changelog: ### v1.5.1 (2024-11-19) #### Bug Fixes * **http2:** * pass proper value to h2 max_local_error_reset_streams ([4a20147a](hyperium/hyper@4a20147)) * improve graceful shutdown during handshake (#3729) ([13b05943](hyperium/hyper@13b0594)) Release url: <https://github.com/hyperium/hyper/releases/tag/v1.5.1> Raw changelog: <hyperium/hyper@v1.5.0...v1.5.1>
Changelog: ### v1.5.2 (2024-12-16) #### Bug Fixes * **http1:** * fix intermitent panic parsing partial headers (#3812) ([a131111f](hyperium/hyper@a131111), closes [#3811](hyperium/hyper#3811)) * skip debug assertion of content length for HEAD responses (#3795) ([eaf2267c](hyperium/hyper@eaf2267), closes [#3794](hyperium/hyper#3794)) Release url: <https://github.com/hyperium/hyper/releases/tag/v1.5.2> Raw changelog: <hyperium/hyper@v1.5.1...v1.5.2>
GlenDC
commented
Dec 28, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GTG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #86