Re: [PATCH 1 of 3] QUIC: post stream events instead of calling their handlers

2021-12-13 Thread Roman Arutyunyan
On Mon, Dec 06, 2021 at 03:37:28PM +0300, Sergey Kandaurov wrote: > > > On 25 Nov 2021, at 17:20, Roman Arutyunyan wrote: > > > > # HG changeset patch > > # User Roman Arutyunyan > > # Date 1637692791 -10800 > > # Tue Nov 23 21:39:51 2021 +0300 > > # Branch quic > > # Node ID 5b03ffd757804

Re: [PATCH 1 of 3] QUIC: post stream events instead of calling their handlers

2021-12-06 Thread Sergey Kandaurov
> On 25 Nov 2021, at 17:20, Roman Arutyunyan wrote: > > # HG changeset patch > # User Roman Arutyunyan > # Date 1637692791 -10800 > # Tue Nov 23 21:39:51 2021 +0300 > # Branch quic > # Node ID 5b03ffd757804542daec73188a509b02e6b2c596 > # Parent d041b8d6ab0b2dea150536531345fa47c696b303 >

[PATCH 1 of 3] QUIC: post stream events instead of calling their handlers

2021-11-25 Thread Roman Arutyunyan
# HG changeset patch # User Roman Arutyunyan # Date 1637692791 -10800 # Tue Nov 23 21:39:51 2021 +0300 # Branch quic # Node ID 5b03ffd757804542daec73188a509b02e6b2c596 # Parent d041b8d6ab0b2dea150536531345fa47c696b303 QUIC: post stream events instead of calling their handlers. This potentia