Skip to content

Commit

Permalink
fixup nginx patch
Browse files Browse the repository at this point in the history
  • Loading branch information
LPardue committed Jan 28, 2022
1 parent 5f2e880 commit b4c4a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx-1.16.patch
Original file line number Diff line number Diff line change
Expand Up @@ -1916,7 +1916,7 @@ index 000000000..1a05d4e01
+ return;
+ }
+
+ stream->in_closed = !quiche_h3_event_headers_has_body(ev);
+ stream->in_closed = !quiche_h3_event_headers_has_more_frames(ev);
+
+ ngx_http_v3_run_request(stream->request);
+}
Expand Down

0 comments on commit b4c4a98

Please sign in to comment.