Function serve_blob_connection

Source
async fn serve_blob_connection(
    conn: TcpStream,
    state: BlobState,
) -> Result<(), ExternalError>