chore: bump github.com/valyala/fasthttp from 1.69.0 to 1.70.0#1656
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore: bump github.com/valyala/fasthttp from 1.69.0 to 1.70.0#1656dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.69.0 to 1.70.0. - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](valyala/fasthttp@v1.69.0...v1.70.0) --- updated-dependencies: - dependency-name: github.com/valyala/fasthttp dependency-version: 1.70.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
5cdc11c to
6acb261
Compare
This file contains hidden or 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
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.
Bumps github.com/valyala/fasthttp from 1.69.0 to 1.70.0.
Release notes
Sourced from github.com/valyala/fasthttp's releases.
Commits
534461afasthttpproxy: reject CRLF in HTTP proxy CONNECT target (#2174)267e740fs: reject '..' path segments in rewritten paths (#2173)a95a1adOnly normalize pre-colon whitespace for HTTP headers (#2172)ab8c2acfix: detect master process death in prefork children (#2158)c4569c5feat: enhance performance (#2135)beab280chore(deps): bump github.com/andybalholm/brotli from 1.2.0 to 1.2.1 (#2170)82254a7Normalize framing header names with pre-colon whitespace6111327Strict HTTP version validation and simplified first line parsing (#2167)eb38f5fHTTP1/1 requires exactly one Host header (#2164)7d90713Validate request URI format during header parsing to reject malformed request...