fix index type when looking up dynamic table

2021-05-23 Thread sun edward
# HG changeset patch # User Zhiyong Sun # Date 1621825861 14400 # Sun May 23 23:11:01 2021 -0400 # Branch quic # Node ID be8115b87d5abbd8d5e6afdccbcf2c0c2016113c # Parent 557dc6a06ba6ea7e78444067c4b8fbb022f7b191 convert qpack absolute index to relative index when lookup dynamic table diff -

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

2021-05-23 Thread sun edward
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-reference # HG changeset patch # User Zhiyong Sun # Date 1621825

[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

performance is affected after merge OCSP changeset

2021-10-12 Thread sun edward
Hi, There is a changeset fe919fd63b0b "client certificate validation with OCSP" , after merge this changeset, the performance seems not as good as before, the avg response time increased about 50~60ms. is there a way to optimize this problem? thanks ®ards

Congestion control questions

2021-12-07 Thread sun edward
Hi dev team, I have some questions about congestion control, what's the current congestion control algorithm in nginx quic, is there any way or plan to support CUBIC or BBR in nginx quic? thanks & regards ___ nginx-devel mailing list nginx-deve