Closed
Description
The response body is returned to the push blob function for reading from the pull blob function that is for writing.
The issue might be caused by the underlying golang library, there are some issues may be related to this issue:
- x/net/http2, net/http: client can hang forever if headers' size exceeds connection's buffer size and server hangs past request time golang/go#23559
- x/net/http2: pool deadlock golang/go#32388
- x/net/http2: Blocked Write on single connection causes all future calls to block indefinitely golang/go#33425
- net/http: a "bad" https connection which uses Header.Set could potentially block all https requests more than 15 mins in production environments golang/go#33006