aboutsummaryrefslogtreecommitdiff
path: root/src/http/v2/ngx_http_v2_module.c
Commit message (Expand)AuthorAge
* HTTP/2: fixed buffer management with HTTP/2 auto-detection.Sergey Kandaurov2023-10-21
* HTTP/2: removed server push (ticket #2432).Sergey Kandaurov2023-06-08
* HTTP/2: "http2" directive.Roman Arutyunyan2023-05-16
* HTTP/2: removed http2_max_field_size and http2_max_header_size.Maxim Dounin2021-02-11
* HTTP/2: removed http2_idle_timeout and http2_max_requests.Maxim Dounin2021-02-11
* HTTP/2: removed http2_recv_timeout.Maxim Dounin2021-02-11
* HTTP/2: removed SPDY directives handling.Maxim Dounin2021-02-11
* HTTP/2: server push.Ruslan Ermilov2018-02-08
* Variables: macros for null variables.Ruslan Ermilov2017-08-01
* HTTP/2: limited maximum number of requests in connection.Valentin Bartenev2016-10-31
* HTTP/2: implemented preread buffer for request body (closes #959).Valentin Bartenev2016-05-24
* Style.Ruslan Ermilov2016-03-30
* The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev2015-09-11