Skip to main content

pipe_data

Function pipe_data 

Source
async fn pipe_data(
    recv: RecvStream,
    send: SendStream,
    side: ProxySide,
    ctx: &ForwardCtx,
) -> Result<(), ProxyError>
Expand description

Pipe a unidirectional data stream with inline parsing.