mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-06 16:15:50 +08:00
- 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