Re: RFR: 8347373: HTTP/2 flow control checks may count unprocessed data twice

2025-01-10 Thread Daniel Fuchs
On Fri, 10 Jan 2025 14:47:02 GMT, Jaikiran Pai wrote: >> The HTTP/2 flow control logic has a potential race condition where some of >> the unprocessed data may be counted twice for the connection window. >> A protocol exception may be raised incorrectly if there are several >> concurrent stream

Re: RFR: 8347373: HTTP/2 flow control checks may count unprocessed data twice [v2]

2025-01-10 Thread Jaikiran Pai
On Fri, 10 Jan 2025 15:13:21 GMT, Daniel Fuchs wrote: >> The HTTP/2 flow control logic has a potential race condition where some of >> the unprocessed data may be counted twice for the connection window. >> A protocol exception may be raised incorrectly if there are several >> concurrent stream

Re: RFR: 8347373: HTTP/2 flow control checks may count unprocessed data twice [v2]

2025-01-10 Thread Daniel Fuchs
> The HTTP/2 flow control logic has a potential race condition where some of > the unprocessed data may be counted twice for the connection window. > A protocol exception may be raised incorrectly if there are several > concurrent streams producing data and the connection window is close from >

Re: RFR: 8347373: HTTP/2 flow control checks may count unprocessed data twice

2025-01-10 Thread Jaikiran Pai
On Thu, 9 Jan 2025 20:50:22 GMT, Daniel Fuchs wrote: > The HTTP/2 flow control logic has a potential race condition where some of > the unprocessed data may be counted twice for the connection window. > A protocol exception may be raised incorrectly if there are several > concurrent streams pro

RFR: 8347373: HTTP/2 flow control checks may count unprocessed data twice

2025-01-09 Thread Daniel Fuchs
The HTTP/2 flow control logic has a potential race condition where some of the unprocessed data may be counted twice for the connection window. A protocol exception may be raised incorrectly if there are several concurrent streams producing data and the connection window is close from being exhau