nginx/src
Roman Arutyunyan 788e462c5b Stream: allow servers with no handler.
Previously handlers were mandatory.  However they are not always needed.
For example, a server configured with ssl_reject_handshake does not need a
handler.  Such servers required a fake handler to pass the check.  Now handler
absence check is moved to runtime.  If handler is missing, the connection is
closed with 500 code.
2024-06-27 17:29:56 +04:00
..
core Optimized chain link usage (ticket #2614). 2024-05-23 19:15:38 +04:00
event QUIC: ngx_quic_buffer_t use-after-free protection. 2024-05-28 17:19:21 +04:00
http HTTP/3: fixed handling of zero-length literal field line. 2024-05-28 17:20:45 +04:00
mail Overhauled some diagnostic messages akin to 1b05b9bbcebf. 2024-03-22 14:51:14 +04:00
misc Cpp test: added stream. 2020-10-13 07:44:09 +03:00
os Detect cache line size at runtime on macOS. 2024-02-26 20:00:40 +00:00
stream Stream: allow servers with no handler. 2024-06-27 17:29:56 +04:00