Function handle_stream

Source
pub fn handle_stream(
    stream: TcpStream,
    controller: Arc<Controller>,
    filter: Arc<FilterChain>,
)