Skip to content
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

net/http: Hijack and keepalive #11720

Closed
aholic opened this issue Jul 15, 2015 · 1 comment
Closed

net/http: Hijack and keepalive #11720

aholic opened this issue Jul 15, 2015 · 1 comment

Comments

@aholic
Copy link

aholic commented Jul 15, 2015

when a Hijack() called, the library will not do with connection any more
what about providing a interface HijackOnce()
after the ServeHTTP() called, the library will continue to manage the connection again ?

@bradfitz
Copy link
Contributor

No, that opens up too much complexity. And I also don't see what it enables.

@mikioh mikioh changed the title Hijack and keepalive net/http: Hijack and keepalive Jul 16, 2015
@golang golang locked and limited conversation to collaborators Jul 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants