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