You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a Dialer that does not return net.Conn or net.TCPConn, connections are not closed properly when making an HTTP CONNECT request. This seems to stem from https.go:113. It seems like the code is waiting for both connections to be closed before closing both connections.
The text was updated successfully, but these errors were encountered:
When using a Dialer that does not return net.Conn or net.TCPConn, connections are not closed properly when making an HTTP CONNECT request. This seems to stem from https.go:113. It seems like the code is waiting for both connections to be closed before closing both connections.
The text was updated successfully, but these errors were encountered: