Re: [nginx-quic] fix qpack index issue when lookingup dynamic table

2021-05-27 Thread Sergey Kandaurov
> On 24 May 2021, at 06:34, sun edward wrote: > > description: > when qpack header insert with name reference, if it is dynamic table, > the index should be the relative index, as described in drafts: > https://quicwg.org/base-drafts/draft-ietf-quic-qpack.html#name-insert-with-name-refere

[PATCH] [nginx-quic] fix error code when reached maximum number of requests or timeout

2021-05-27 Thread Andrey Kolyshkin
# HG changeset patch # User Andrey Kolyshkin # Date 1622115662 -10800 # Thu May 27 14:41:02 2021 +0300 # Branch quic # Node ID cfb1ac5fa0f6e2b86d4e4ce51e9ce0b33f959d66 # Parent e6c26cb4d38b8cecb89f26e002bfacf11eafe4a1 fix error code when reached maximum number of requests or timeout chrome

Re: [PATCH] [nginx-quic] fix error code when reached maximum number of requests or timeout

2021-05-27 Thread Sergey Kandaurov
> On 27 May 2021, at 15:16, Andrey Kolyshkin wrote: > > # HG changeset patch > # User Andrey Kolyshkin > # Date 1622115662 -10800 > # Thu May 27 14:41:02 2021 +0300 > # Branch quic > # Node ID cfb1ac5fa0f6e2b86d4e4ce51e9ce0b33f959d66 > # Parent e6c26cb4d38b8cecb89f26e002bfacf11eafe4a1 >

Re: [PATCH] Variable $time_short.

2021-05-27 Thread Maxim Dounin
Hello! On Wed, May 26, 2021 at 11:42:59PM +0300, Gena Makhomed wrote: > # HG changeset patch > # User Gena Makhomed > # Date 1622061379 -10800 > # Wed May 26 23:36:19 2021 +0300 > # Node ID b3c942ec8a13bc8f6cd4b3e2385acb8c14502c0d > # Parent f5de03f308a6d7864b7d5108a968db56585b9a9b > Varia

Re: [PATCH] Variable $time_short.

2021-05-27 Thread Gena Makhomed
On 27.05.2021 20:25, Maxim Dounin wrote: Variable $time_short. Variable $time_short in form "1970/09/28 12:00:00". Added to ngx_http_core_module, ngx_http_log_module, and ngx_stream_core_module. You may want to be more specific about expected use cases, and why existing time variables are no

[nginx-quic] fix qpack header null value issue

2021-05-27 Thread sun edward
description: when header with a null value,need to reset st->value,otherwise it is taking previous header field's value # HG changeset patch # User Zhiyong Sun # Date 1622174245 14400 # Thu May 27 23:57:25 2021 -0400 # Branch quic # Node ID 93a08c9a9d05a0ba529b369c741baa84defdd832 # Par