8000 Tags · ehsannm/fasthttp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ehsannm/fasthttp

Tags

v1.33.0

Toggle v1.33.0's commit message

Verified

8000 This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove redundant code (valyala#1202)

v1.32.0

Toggle v1.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make tests less flaky (valyala#1189)

v1.31.0

Toggle v1.31.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
erikdubbelboer Erik Dubbelboer
Add warning to readme

v1.30.0

Toggle v1.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding new compressible prefixes (valyala#1092)

* Adding "image/svg" as compressible prefix

* Adding additional compressible prefixes from https://support.cloudflare.com/hc/en-us/articles/200168396-What-will-Cloudflare-compress-

v1.29.0

Toggle v1.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update compress (valyala#1069)

v1.28.0

Toggle v1.28.0's commit message
Increase TestHostClientMaxConnWaitTimeoutSuccess timeout

v1.27.0

Toggle v1.27.0's commit message
Increase timeouts for Windows github actions

v1.26.0

Toggle v1.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix header .Add functions (valyala#1036)

These functions should take the headers that are handled differently
into account.

v1.25.0

Toggle v1.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Run test with go 1.16.X (valyala#1028)

* Run test with go 1.16.X

* Fix min required go version

* Add go tip

* Update .github/workflows/security.yml

Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com>

Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com>

v1.24.0

Toggle v1.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add option for middleware to set custom remote address (valyala#1009)

* Add option for middleware to set custom remote address

* Update Init2 to clear custom context remoteAddr
0