-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[TT-274] Close target connection when request is canceled #3277
New issue
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
Conversation
Most of the files are a result of |
319ac73
to
94a5957
Compare
rebased, all the vendor files are gone now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gernest looks good to me. Is there any Jira or GH issue that we can reference to this fix?
@sredxny we are using a modified copy of |
vendor/modules.txt
Outdated
@@ -150,7 +150,7 @@ github.com/imdario/mergo | |||
github.com/jensneuse/abstractlogger | |||
# github.com/jensneuse/byte-template v0.0.0-20200214152254-4f3cf06e5c68 | |||
github.com/jensneuse/byte-template | |||
# github.com/jensneuse/graphql-go-tools v0.0.0-00010101000000-000000000000 => github.com/TykTechnologies/graphql-go-tools v1.6.2-0.20200918115423-1f1792f5b6d9 | |||
# github.com/jensneuse/graphql-go-tools v0.0.0-00010101000000-000000000000 => github.com/TykTechnologies/graphql-go-tools v1.6.2-0.20200731074614-80c67fc17e8e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gernest could you revert this? it is an incorrect version
and go 1.14 will check consistency between go.mod and modules.txt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@spetrunin fixed 9cb3899
@gernest LGTM, there are some conflicts on the tests. |
ackport changes added to the net/http/httputil ReverseProxy for go1.15 . See release notes here https://golang.org/doc/go1.15#net/http/httputil
This reverts commit 94a5957.
9cb3899
to
34181e9
Compare
/release to release-3-lts |
Working on it! Note that it can take a few minutes. |
* Close target connection when request is canceled ackport changes added to the net/http/httputil ReverseProxy for go1.15 . See release notes here https://golang.org/doc/go1.15#net/http/httputil * go mod vendor * Revert "go mod vendor" This reverts commit 94a5957. (cherry picked from commit b750c58)
@matiasinsaurralde Succesfully merged |
/release to release-3.1 |
Working on it! Note that it can take a few minutes. |
* Close target connection when request is canceled ackport changes added to the net/http/httputil ReverseProxy for go1.15 . See release notes here https://golang.org/doc/go1.15#net/http/httputil * go mod vendor * Revert "go mod vendor" This reverts commit 94a5957. (cherry picked from commit b750c58)
@matiasinsaurralde Succesfully merged |
* Close target connection when request is canceled ackport changes added to the net/http/httputil ReverseProxy for go1.15 . See release notes here https://golang.org/doc/go1.15#net/http/httputil * go mod vendor * Revert "go mod vendor" This reverts commit 94a5957.
Merged manually to |
backport changes added to the net/http/httputil ReverseProxy for go1.15 .
See release notes here https://golang.org/doc/go1.15#net/http/httputil
Description
backport changes added to the net/http/httputil ReverseProxy for go1.15 .
See release notes here https://golang.org/doc/go1.15#net/http/httputil
Related Issue
golang/go#35559
Motivation and Context
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist
fork, don't request your
master
!master
branch (left side). Also, you should startyour branch off our latest
master
.go mod tidy && go mod vendor
go fmt -s
go vet