nginx/src
Roman Arutyunyan 26e606a6bc HTTP/3: postponed session creation to init() callback.
Now the session object is assigned to c->data while ngx_http_connection_t
object is referenced by its http_connection field, similar to
ngx_http_v2_connection_t and ngx_http_request_t.

The change allows to eliminate v3_session field from ngx_http_connection_t.
The field was under NGX_HTTP_V3 macro, which was a source of binary
compatibility problems when nginx/module is build with/without HTTP/3 support.

Postponing is essential since c->data should retain the reference to
ngx_http_connection_t object throughout QUIC handshake, because SSL callbacks
ngx_http_ssl_servername() and ngx_http_ssl_alpn_select() rely on this.
2023-09-14 14:13:43 +04:00
..
core Version bump. 2023-08-25 16:39:14 +04:00
event QUIC: do not call shutdown() when handshake is in progress. 2023-09-21 19:32:38 +04:00
http HTTP/3: postponed session creation to init() callback. 2023-09-14 14:13:43 +04:00
mail SSL: removed the "ssl" directive. 2023-06-08 14:49:27 +04:00
misc
os QUIC: path MTU discovery. 2023-08-14 09:21:27 +04:00
stream Common tree insert function for QUIC and UDP connections. 2023-05-14 12:30:11 +04:00