quiche icon indicating copy to clipboard operation
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)

Open bachue opened this issue 2 years ago • 0 comments

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.

bachue avatar Sep 28 '22 09:09 bachue