Latest update

This commit is contained in:
2022-11-24 08:35:09 +09:00
parent 7574d47d28
commit be13f901d4
+1 -1
View File
@@ -1147,7 +1147,7 @@ ngx_quic_handle_stream_frame(ngx_connection_t *c, ngx_quic_header_t *pkt,
return ngx_quic_close_stream(qs);
}
if (f->offset == qs->recv_offset) {
if (f->offset <= qs->recv_offset) {
ngx_quic_set_event(qs->connection->read);
}