-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Activator: Shouldn't use http.DefaultTransport #1238
Comments
/kind good-first-issue |
/assign erain |
I believe we don't need to fix this issue anymore, since |
@mattmoor could we close this issue? |
@dprotaso do you still see a need for a different transport? |
@dprotaso any comment on this or should we close? |
Hey sorry for the delay. This issue is still present since the DefaultTransport doesn't set a ResponseHeaderTimeout Thus if the server doesn't shutdown gracefully and the activator doesn't receive HTTP headers it hangs. |
@jonjohnsonjr this issue seems to be fixed by your PR#3409, right? |
Not for the activator. That PR only fixed the transport for tag -> digest resolution. |
I think Nghia did some change to have our own transport.
…On Mon, Apr 22, 2019 at 11:21 AM jonjohnsonjr ***@***.***> wrote:
Not for the activator. That PR only fixed the transport for tag -> digest
resolution.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1238 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAF2WX6L6S6YB3B6T5BPF63PRX64NANCNFSM4FFIUFTQ>
.
|
Fixed by: #3794 |
Isn’t the default ResponseHeaderTimeout
<https://github.com/golang/go/blob/release-branch.go1.12/src/net/http/transport.go#L218-L222>
still
an issue?
…On Fri, Apr 26, 2019 at 16:46 Matt Moore ***@***.***> wrote:
Closed #1238 <#1238>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1238 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAAERAVRAU2XTE64JE4XUILPSNSZFANCNFSM4FFIUFTQ>
.
|
/cc @vagababov |
serving/cmd/activator/main.go
Line 48 in 34a7680
By default it doesn't have any default timeouts
See:
The text was updated successfully, but these errors were encountered: