mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
feat: enhance performance (#2135)
* feat: enhance performance * fix: improve request URI parsing condition * feat: validate HTTP date parsing and optimize status code length calculation * Address parsing and lint issues * chore: update Go version to 1.24.x in CI configuration * feat: enhance HTTP date parsing and request URI handling * refactor: optimize month and day name parsing using bitwise operations * refactor: replace cookie token comparison with case insensitive function and streamline request URI parsing * refactor: streamline request body handling and simplify request URI assignment * chore: update Go version to 1.25.x in CI configuration * feat: add fuzz testing for HTTP date parsing to improve robustness * refactor: avoid unused return values in HTTP date parsing benchmarks * refactor: update HTTP date parsing to use http.TimeFormat for consistency
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.20.x]
|
||||
go-version: [1.25.x]
|
||||
platform: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user