nginx/src
Sergey Kandaurov a5b5b6ca0f QUIC: moved a variable initialization near to its use.
This tends to produce slightly more optimal code with pos == NULL
when built with Clang on low optimization levels.

Spotted by Ruslan Ermilov.
2021-09-27 15:38:55 +03:00
..
core Removed NGX_OPENSSL_QUIC macro, NGX_QUIC is enough. 2021-09-14 12:09:13 +03:00
event QUIC: moved a variable initialization near to its use. 2021-09-27 15:38:55 +03:00
http HTTP/3: fixed null pointer dereference with server push. 2021-09-22 14:10:43 +03:00
mail SSL: ciphers now set before loading certificates (ticket #2035). 2021-08-16 22:40:31 +03:00
misc Cpp test: added stream. 2020-10-13 07:44:09 +03:00
os Merged with the default branch. 2021-09-01 10:57:25 +03:00
stream QUIC: set NGX_TCP_NODELAY_DISABLED for fake stream connections. 2021-09-22 14:01:18 +03:00