nginx/src
Maxim Dounin af0e284b96 HTTP/2: traffic-based flood detection.
With this patch, all traffic over an HTTP/2 connection is counted in
the h2c->total_bytes field, and payload traffic is counted in
the h2c->payload_bytes field.  As long as total traffic is many times
larger than payload traffic, we consider this to be a flood.
2019-09-18 20:28:12 +03:00
..
core Resolver: fixed possible use-after-free while resolving PTR. 2019-09-10 15:42:34 +03:00
event SSL: lowered log level for WSAECONNABORTED errors on Windows. 2019-08-16 18:16:21 +03:00
http HTTP/2: traffic-based flood detection. 2019-09-18 20:28:12 +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 Fixed portability issues with union sigval. 2019-01-28 14:33:31 +00:00
stream SSL: fixed ssl_verify_client error message. 2019-09-16 19:26:42 +03:00