fix(runtime): close per-request uTLS HTTP/2 connections with request context
- Create a fresh uTLS/HTTP-2 connection per request instead of reusing cached connections. - Pass request context through dialing and TLS handshake to make `RoundTrip` cancelable. - Wrap response bodies so the underlying HTTP/2 connection is closed when the body is closed, and clean up promptly on request/response failures. Closes: #4878
L
Luis Pater committed
5d9b62996236fd9509e7789d20985989a17ab3a7
Parent: bd34cec