stream_logfile

Function stream_logfile 

Source
async fn stream_logfile(
    socket: TcpStream,
    logfile_path: PathBuf,
    shutdown_token: CancellationToken,
) -> Result<(), Box<dyn Error>>