nginx/src
Maxim Dounin 5f85bb3714 Added CONNECT method rejection.
No valid CONNECT requests are expected to appear within nginx, since it
is not a forward proxy.  Further, request line parsing will reject
proper CONNECT requests anyway, since we don't allow authority-form of
request-target.  On the other hand, RFC 7230 specifies separate message
length rules for CONNECT which we don't support, so make sure to always
reject CONNECTs to avoid potential abuse.
2021-06-28 18:01:04 +03:00
..
core Core: added the ngx_rbtree_data() macro. 2021-06-21 09:42:43 +03:00
event Core: added the ngx_rbtree_data() macro. 2021-06-21 09:42:43 +03:00
http Added CONNECT method rejection. 2021-06-28 18:01:04 +03:00
mail Mail: max_errors directive. 2021-05-19 03:13:31 +03:00
misc Cpp test: added stream. 2020-10-13 07:44:09 +03:00
os Fixed format strings for ngx_win32_version. 2021-06-18 04:00:21 +03:00
stream Stream: the "fastopen" parameter of the "listen" directive. 2021-05-20 19:59:16 +03:00