]> git.kaiwu.me - nginx.git/commit
QUIC: fixed expected TLS codepoint with final draft and BoringSSL.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 16 Mar 2021 10:48:28 +0000 (13:48 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 16 Mar 2021 10:48:28 +0000 (13:48 +0300)
commit6a0bea5361d0edfa69fce916739b8b1b96c7fb4f
tree52df5291488bc937f549d1777892bcf476920bf6
parentb8fd5dc640d809e87314fca2afbb43f6da28ea92
QUIC: fixed expected TLS codepoint with final draft and BoringSSL.

A reasonable codepoint is always set[1] explicitly so that it doesn't
depend on the default library value that may change[2] in the future.

[1] https://boringssl.googlesource.com/boringssl/+/3d8b8c3d
[2] https://boringssl.googlesource.com/boringssl/+/c47bfce0
src/event/quic/ngx_event_quic.c