nginx/src
Sergey Kandaurov ca0b9871bc QUIC: fixed bulding perl module by reducing header pollution.
The ngx_http_perl_module module doesn't have a notion of including additional
search paths through --with-cc-opt, which results in compile error incomplete
type 'enum ssl_encryption_level_t' when building nginx without QUIC support.
The enum is visible from quic event headers and eventually pollutes ngx_core.h.

The fix is to limit including headers to compile units that are real consumers.
2020-07-22 14:48:49 +03:00
..
core QUIC: fixed bulding perl module by reducing header pollution. 2020-07-22 14:48:49 +03:00
event QUIC: fixed bulding perl module by reducing header pollution. 2020-07-22 14:48:49 +03:00
http HTTP/3: do not call shutdown() for QUIC streams. 2020-07-22 11:03:42 +03:00
mail SSL: fixed ssl_verify_client error message. 2019-09-16 19:26:42 +03:00
misc Style: aligned ngx_null_command. 2017-07-12 11:34:04 +03:00
os Cache: introduced min_free cache clearing. 2020-06-22 18:03:00 +03:00
stream QUIC: added "quic" listen parameter in Stream. 2020-07-21 23:08:39 +03:00