net/http: Client does not support Hijack #28030
Labels
FeatureRequest
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?Go 1.11
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?Applies to all architectures
What did you expect to see?
I expected to see a design plan for Hijack() of http.Response. I'm not an expert in the
http
package, but that seems to be the ideal place to do Hijacking. If there's still plans to discontinue ClientConn, then there needs to be an alternate way to Hijack() an http connection.What did you see instead?
The issue was disregarded b/c it does not fit cleanly with http2: #8285 .
The text was updated successfully, but these errors were encountered: