Skip to content

Commit bad05aa

Browse files
committed
debug
1 parent f7a9742 commit bad05aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/message.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ static void qd_message_receive_cutthrough(qd_message_t *in_msg, pn_delivery_t *d
15821582

15831583
// Check for rx complete, error, or no data available:
15841584

1585-
if (rc < 0 || !pn_delivery_partial(delivery)) {
1585+
if (rc < 0) {
15861586
if (pn_delivery_aborted(delivery)) {
15871587
qd_message_set_aborted(in_msg);
15881588
}

0 commit comments

Comments
 (0)