Skip to content

Commit 2264b9c

Browse files
committed
wip
1 parent b9329d0 commit 2264b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osrdyne/src/pool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ async fn deadletter_responder(pool: Arc<Pool>, chan: Channel) -> anyhow::Result<
480480
reply_to.as_str(),
481481
BasicPublishOptions::default(),
482482
payload,
483-
BasicProperties::default(),
483+
BasicProperties::default().with_headers(FieldTable::default()),
484484
)
485485
.await?;
486486
}

0 commit comments

Comments
 (0)