async fn pipe_data(
recv: RecvStream,
send: SendStream,
side: ProxySide,
ctx: &ForwardCtx,
) -> Result<(), ProxyError>Expand description
Pipe a unidirectional data stream with inline parsing.
async fn pipe_data(
recv: RecvStream,
send: SendStream,
side: ProxySide,
ctx: &ForwardCtx,
) -> Result<(), ProxyError>Pipe a unidirectional data stream with inline parsing.