We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@networkimprov requested issue #34941 to be considered for backport to the next 1.13 minor release.
@gopherbot please backport to 1.13 This is a regression, as documented in the issue comments.
@gopherbot please backport to 1.13
This is a regression, as documented in the issue comments.
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/215177 mentions this issue: [release-branch.go1.13] net/http: only decrement connection count if we removed a connection
[release-branch.go1.13] net/http: only decrement connection count if we removed a connection
Sorry, something went wrong.
Approved. This is a serious issue with no workaround that only impacts 1.13 and tip.
Closed by merging 224a180 to release-branch.go1.13.
[release-branch.go1.13] net/http: only decrement connection count if …
224a180
…we removed a connection The connection count must only be decremented if the persistent connection was also removed. Fixes #36583 Change-Id: I5070717d5d9effec78016005fa4910593500c8cf Reviewed-on: https://go-review.googlesource.com/c/go/+/202087 Reviewed-by: Brad Fitzpatrick <[email protected]> Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-on: https://go-review.googlesource.com/c/go/+/215177 Run-TryBot: Alexander Rakoczy <[email protected]> Reviewed-by: Alexander Rakoczy <[email protected]>
No branches or pull requests
@networkimprov requested issue #34941 to be considered for backport to the next 1.13 minor release.
The text was updated successfully, but these errors were encountered: