]> git.kaiwu.me - nginx.git/commit
QUIC: normalize header inclusion.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 13 Apr 2021 09:38:34 +0000 (12:38 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 13 Apr 2021 09:38:34 +0000 (12:38 +0300)
commit2f5bcafdde60c722fe5cd28965613abafb451acb
treee42de25df996371c04d1e7921d4a467f70adf6d0
parent792117312d4fafba5af68b5c2fff51c58dcd3bc0
QUIC: normalize header inclusion.

Stop including QUIC headers with no user-serviceable parts inside.
This allows to provide a much cleaner QUIC interface.  To cope with that,
ngx_quic_derive_key() is now explicitly exported for v3 and quic modules.
Additionally, this completely hides the ngx_quic_keys_t internal type.
src/event/quic/ngx_event_quic.h
src/event/quic/ngx_event_quic_connection.h
src/event/quic/ngx_event_quic_protection.c
src/event/quic/ngx_event_quic_protection.h
src/event/quic/ngx_event_quic_streams.c
src/event/quic/ngx_event_quic_tokens.c
src/event/quic/ngx_event_quic_transport.c
src/http/modules/ngx_http_quic_module.c
src/stream/ngx_stream_quic_module.c