Skip to content

Commit bfa653d

Browse files
committed
BUG/MINOR: mux_quic: do not interrupt stream recv on incomplete data
1 parent 230cf31 commit bfa653d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mux_quic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3334,7 +3334,7 @@ static int qcc_io_recv(struct qcc *qcc)
33343334
LIST_DEL_INIT(&qcs->el_recv);
33353335

33363336
if (ret <= 0)
3337-
goto done;
3337+
continue;
33383338
total += ret;
33393339
}
33403340
}

0 commit comments

Comments
 (0)