summaryrefslogtreecommitdiffhomepage
path: root/src/http/v2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-23HTTP/2: fixed worker_shutdown_timeout.Ruslan Ermilov1-0/+5
2019-09-23HTTP/2: fixed possible alert about left open socket on shutdown.Ruslan Ermilov1-3/+2
2019-09-18HTTP/2: traffic-based flood detection.Maxim Dounin3-3/+34
2019-09-18HTTP/2: switched back to RST_STREAM with NO_ERROR.Maxim Dounin1-22/+0
2019-09-10HTTP/2: close connection on zero WINDOW_UPDATE.Ruslan Ermilov1-33/+3
2019-09-10HTTP/2: close connection on frames with self-dependency.Ruslan Ermilov1-31/+9
2019-08-19HTTP/2: discard remaining request body after redirect.Sergey Kandaurov1-2/+9
2019-08-13HTTP/2: limited number of PRIORITY frames.Ruslan Ermilov2-0/+11
2019-08-13HTTP/2: limited number of DATA frames.Ruslan Ermilov3-5/+21
2019-08-13HTTP/2: reject zero length headers with PROTOCOL_ERROR.Sergey Kandaurov1-4/+8
2019-07-18HTTP/2: return error on output on closed stream.Maxim Dounin1-0/+6
2018-11-06HTTP/2: limit the number of idle state switches.Ruslan Ermilov2-3/+11
2018-11-06HTTP/2: flood detection.Ruslan Ermilov2-1/+12
2018-09-21Fixed socket leak with "return 444" in error_page (ticket #274).Maxim Dounin1-4/+14
2018-08-09HTTP/2: workaround for clients which fail on table size updates.Maxim Dounin1-2/+5
2018-06-07HTTP/2: use scheme from original request for pushes (closes #1549).Ruslan Ermilov2-20/+19
2018-06-07Added r->schema.Ruslan Ermilov1-9/+6
2018-06-07HTTP/2: validate client request scheme.Ruslan Ermilov1-0/+23
2018-03-19HTTP/2: improved frame info debugging.Ruslan Ermilov2-5/+8
2018-03-17gRPC: special handling of "trailer only" responses.Maxim Dounin1-3/+6
2018-03-17HTTP/2: externalized various constants and interfaces.Maxim Dounin5-91/+129
2018-03-05HTTP/2: unknown frames now logged at info level.Maxim Dounin1-2/+2
2018-02-22HTTP/2: style.Ruslan Ermilov1-17/+4
2018-02-15HTTP/2: precalculate hash for "Cookie".Maxim Dounin1-1/+2
2018-02-15HTTP/2: fixed ngx_http_v2_push_stream() allocation error handling.Ruslan Ermilov1-15/+47
2018-02-15HTTP/2: push additional request headers (closes #1478).Ruslan Ermilov3-94/+214
2018-02-15HTTP/2: style.Sergey Kandaurov2-4/+4
2018-02-09HTTP/2: fixed null pointer dereference with server push.Ruslan Ermilov1-1/+5
2018-02-08HTTP/2: fixed build with -Werror=unused-but-set-variable.Ruslan Ermilov1-10/+3
2018-02-08HTTP/2: server push.Ruslan Ermilov5-18/+873
2018-02-08HTTP/2: changed prototypes of request pseudo-headers parsers.Ruslan Ermilov1-25/+24
2018-02-06HTTP/2: removed unused field from ngx_http_v2_stream_t.Sergey Kandaurov1-2/+0
2018-01-30HTTP/2: finalize request as bad if parsing of pseudo-headers fails.Ruslan Ermilov1-8/+1
2018-01-29HTTP/2: more style, comments, and debugging.Ruslan Ermilov3-158/+168
2018-01-29HTTP/2: handle duplicate INITIAL_WINDOW_SIZE settings.Ruslan Ermilov1-2/+2
2017-10-04HTTP/2: enforce writing the sync request body buffer to file.Valentin Bartenev1-5/+2
2017-09-14HTTP/2: shortened some debug log messages.Maxim Dounin3-8/+8
2017-09-14HTTP/2: fixed debug log about indexed headers.Maxim Dounin1-1/+1
2017-09-14HTTP/2: added logging of 400 (Bad Request) reasons.Maxim Dounin1-0/+13
2017-08-30HTTP/2: signal 0-byte HPACK's dynamic table size.Piotr Sikora3-1/+16
2017-08-01Variables: macros for null variables.Ruslan Ermilov1-1/+1
2017-03-24HTTP/2: added support for trailers in HTTP responses.Piotr Sikora1-14/+152
2017-06-13HTTP/2: reject HTTP/2 requests without ":scheme" pseudo-header.Piotr Sikora1-0/+1
2017-06-02HTTP/2: don't send SETTINGS ACK before already queued DATA frames.Piotr Sikora2-1/+10
2017-06-02HTTP/2: make SETTINGS ACK frame reusable.Piotr Sikora1-25/+31
2017-06-02HTTP/2: send SETTINGS ACK after applying all SETTINGS params.Piotr Sikora1-2/+2
2017-06-02HTTP/2: emit new frames only after applying all SETTINGS params.Piotr Sikora1-6/+11
2017-05-30HTTP/2: add debug logging of pseudo-headers and cookies.Piotr Sikora1-20/+28
2017-05-26Introduced ngx_tcp_nodelay().Ruslan Ermilov1-23/+2
2017-05-23HTTP/2: fixed segfault when memory allocation failed.Valentin Bartenev1-2/+2