We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb18a89 commit c0d4984Copy full SHA for c0d4984
1 file changed
src/provider.rs
@@ -452,7 +452,6 @@ async fn transfer_collection(
452
let (status, writer1) = send_blob(db.clone(), blob.hash, writer, buffer).await?;
453
writer = writer1;
454
if SentStatus::NotFound == status {
455
- write_response(&mut writer, buffer, Res::NotFound).await?;
456
writer.finish().await?;
457
return Ok(status);
458
}
0 commit comments