pub async fn proxy_tunnel<C, S>(client: C, server: S) -> Result<()>Expand description
Proxy a tunnel connection between two upgraded connections
This function performs bidirectional copying between the client and server connections after an upgrade.
ยงErrors
Returns an error if the bidirectional copy fails with a non-reset IO error.