summaryrefslogtreecommitdiffhomepage
path: root/src/http/v2/ngx_http_v2_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-11HTTP/2: removed http2_max_field_size and http2_max_header_size.Maxim Dounin1-16/+16
2021-02-11HTTP/2: removed http2_idle_timeout and http2_max_requests.Maxim Dounin1-15/+16
2021-02-11HTTP/2: removed http2_recv_timeout.Maxim Dounin1-7/+25
2021-02-11HTTP/2: removed SPDY directives handling.Maxim Dounin1-69/+0
2018-02-08HTTP/2: server push.Ruslan Ermilov1-0/+101
2017-08-01Variables: macros for null variables.Ruslan Ermilov1-1/+1
2016-10-31HTTP/2: limited maximum number of requests in connection.Valentin Bartenev1-0/+9
2016-05-24HTTP/2: implemented preread buffer for request body (closes #959).Valentin Bartenev1-0/+31
2016-03-30Style.Ruslan Ermilov1-1/+1
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev1-0/+469