Skip to content

Tags: bertold/req

Tags

v3.58.0

Toggle v3.58.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dependencies including vulnerable golang.org/x/net (#5)

* Update dependencies including vulnerable golang.org/x/net
* Update pipeline to use 1.25.x and 1.26.x

v3.57.4

Toggle v3.57.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix unit tests caused by hard fork change (#4)

v3.57.3

Toggle v3.57.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: retry on GOAWAY errors when using cached HTTP/2 connections (#3)

RoundTripOnlyCachedConn bypasses the retry loop in RoundTripOpt, so
GOAWAY and other retryable errors were returned directly to callers.

Now we check CanRetryError before returning, allowing retryable errors
to fall through and create a new connection.

Changes:
- Export canRetryError as CanRetryError
- Check CanRetryError in roundTrip when RoundTripOnlyCachedConn fails

Co-authored-by: lyndonxu <lyndonxu@yeah.net>

v3.57.2

Toggle v3.57.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2 from bertold/bk/rebrand

Change references