[PATCH 1 of 4] QUIC: automatically add and never delete stream events

2023-01-10 Thread Roman Arutyunyan
# HG changeset patch # User Roman Arutyunyan # Date 1673345118 -14400 # Tue Jan 10 14:05:18 2023 +0400 # Branch quic # Node ID f89ce033b2fa161f7258f824dcf3c6ef2051f45f # Parent 987bee4363d10895f4bd1a40fc4347c49763e90f QUIC: automatically add and never delete stream events. Previously, strea

[PATCH 0 of 4] HTTP/3 insert count block improvements

2023-01-10 Thread Roman Arutyunyan
Updated patches. ___ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel

[PATCH 2 of 4] QUIC: set stream error flag on reset

2023-01-10 Thread Roman Arutyunyan
# HG changeset patch # User Roman Arutyunyan # Date 1672932528 -14400 # Thu Jan 05 19:28:48 2023 +0400 # Branch quic # Node ID 18cc0fb5509d09d241d1235c754031304fa51685 # Parent f89ce033b2fa161f7258f824dcf3c6ef2051f45f QUIC: set stream error flag on reset. Now, when RESET_STREAM is sent or r

[PATCH 4 of 4] HTTP/3: insert count block timeout

2023-01-10 Thread Roman Arutyunyan
# HG changeset patch # User Roman Arutyunyan # Date 1672931002 -14400 # Thu Jan 05 19:03:22 2023 +0400 # Branch quic # Node ID 7dac46ecb27d3f488d40b28cd8d07f884046e171 # Parent 7358ff656a6b124166926c026a13ec3057b6db6b HTTP/3: insert count block timeout. Previously, there was no timeout for

[PATCH 3 of 4] HTTP/3: trigger 400 (Bad Request) on stream error while blocked

2023-01-10 Thread Roman Arutyunyan
# HG changeset patch # User Roman Arutyunyan # Date 1672928146 -14400 # Thu Jan 05 18:15:46 2023 +0400 # Branch quic # Node ID 7358ff656a6b124166926c026a13ec3057b6db6b # Parent 18cc0fb5509d09d241d1235c754031304fa51685 HTTP/3: trigger 400 (Bad Request) on stream error while blocked. Previous

[PATCH] QUIC: relocated ngx_quic_init_streams() for 0-RTT

2023-01-10 Thread Roman Arutyunyan
# HG changeset patch # User Roman Arutyunyan # Date 1673357050 -14400 # Tue Jan 10 17:24:10 2023 +0400 # Branch quic # Node ID 5a09008e93a3842dc5a372e39617097893293ddf # Parent 7dac46ecb27d3f488d40b28cd8d07f884046e171 QUIC: relocated ngx_quic_init_streams() for 0-RTT. Previously, streams we

[PATCH] QUIC: fixed $connection_time

2023-01-10 Thread Sergey Kandaurov
# HG changeset patch # User Sergey Kandaurov # Date 1673354510 -14400 # Tue Jan 10 16:41:50 2023 +0400 # Branch quic # Node ID 267dbbc62495f5481224c956145697a91364e532 # Parent 19633ad7b73cba34e61f5619193cbcac2f949947 QUIC: fixed $connection_time. Previously, start_time wasn't set for a new

Re: [PATCH 0 of 4] HTTP/3 insert count block improvements

2023-01-10 Thread Sergey Kandaurov
> On 10 Jan 2023, at 17:28, Roman Arutyunyan wrote: > > Updated patches. Looks good. -- Sergey Kandaurov ___ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: [PATCH] QUIC: fixed $connection_time

2023-01-10 Thread Roman Arutyunyan
On Tue, Jan 10, 2023 at 05:34:03PM +0400, Sergey Kandaurov wrote: > # HG changeset patch > # User Sergey Kandaurov > # Date 1673354510 -14400 > # Tue Jan 10 16:41:50 2023 +0400 > # Branch quic > # Node ID 267dbbc62495f5481224c956145697a91364e532 > # Parent 19633ad7b73cba34e61f5619193cbcac2f9