quiche
quiche copied to clipboard
Fix the bug that quiche client v0.9.0 will be blocked when post data to nginx with quiche server v0.10.0+ (when proxy_request_buffering is on)
I just found if the http3 client is quiche v0.9.0, and the server is nginx with quiche v0.10.0+(includes v0.14.0) and proxy_request_buffering is on, then POSTing some form data to the server would be blocked forever. But if rb->rest
is increased by only 1, the bug would be fixed.