index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
http
/
v2
/
ngx_http_v2.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-08
Introduced the "keepalive_time" directive.
Maxim Dounin
1
-1
/
+3
2021-04-07
HTTP/2: relaxed PRIORITY frames limit.
Maxim Dounin
1
-1
/
+1
2021-03-26
HTTP/2: improved handling of "keepalive_timeout 0".
Maxim Dounin
1
-1
/
+3
2021-03-01
HTTP/2: client_header_timeout before first request (ticket #2142).
Maxim Dounin
1
-2
/
+5
2021-02-11
HTTP/2: removed http2_max_field_size and http2_max_header_size.
Maxim Dounin
1
-11
/
+16
2021-02-11
HTTP/2: keepalive_timeout now armed once between requests.
Maxim Dounin
1
-24
/
+15
2021-02-11
HTTP/2: removed http2_idle_timeout and http2_max_requests.
Maxim Dounin
1
-14
/
+23
2021-02-11
HTTP/2: removed http2_recv_timeout.
Maxim Dounin
1
-6
/
+17
2021-02-11
HTTP/2: fixed reusing connections with active requests.
Maxim Dounin
1
-0
/
+1
2021-02-11
HTTP/2: reuse of connections with incomplete frames.
Maxim Dounin
1
-1
/
+7
2021-02-11
Reuse of connections in lingering close.
Maxim Dounin
1
-1
/
+4
2021-02-01
HTTP/2: lingering close changed to handle NGX_AGAIN.
Ruslan Ermilov
1
-0
/
+4
2020-12-08
SSL: fixed SSL shutdown on lingering close.
Ruslan Ermilov
1
-2
/
+0
2020-11-06
SSL: fixed non-working SSL shutdown on lingering close.
Ruslan Ermilov
1
-9
/
+33
2020-09-23
HTTP/2: run posted requests after reading body.
Maxim Dounin
1
-0
/
+4
2020-09-23
HTTP/2: fixed segfault on DATA frames after 400 errors.
Maxim Dounin
1
-0
/
+7
2020-09-02
HTTP/2: rejecting invalid stream identifiers with PROTOCOL_ERROR.
Sergey Kandaurov
1
-3
/
+31
2020-08-10
HTTP/2: fixed c->timedout flag on timed out connections.
Maxim Dounin
1
-0
/
+1
2020-07-03
HTTP/2: lingering close after GOAWAY.
Ruslan Ermilov
1
-6
/
+122
2020-05-25
HTTP/2: invalid connection preface logging (ticket #1981).
Maxim Dounin
1
-6
/
+4
2020-02-05
HTTP/2: fixed socket leak with an incomplete HEADERS frame.
Sergey Kandaurov
1
-2
/
+7
2020-01-14
HTTP/2: removed ngx_debug_point() call.
Daniil Bondarev
1
-4
/
+0
2019-12-23
HTTP/2: introduced separate handler to retry stream close.
Maxim Dounin
1
-2
/
+19
2019-12-23
HTTP/2: fixed socket leak with queued frames (ticket #1689).
Maxim Dounin
1
-1
/
+2
2019-09-23
HTTP/2: fixed worker_shutdown_timeout.
Ruslan Ermilov
1
-0
/
+5
2019-09-23
HTTP/2: fixed possible alert about left open socket on shutdown.
Ruslan Ermilov
1
-3
/
+2
2019-09-18
HTTP/2: traffic-based flood detection.
Maxim Dounin
1
-2
/
+19
2019-09-18
HTTP/2: switched back to RST_STREAM with NO_ERROR.
Maxim Dounin
1
-22
/
+0
2019-09-10
HTTP/2: close connection on zero WINDOW_UPDATE.
Ruslan Ermilov
1
-33
/
+3
2019-09-10
HTTP/2: close connection on frames with self-dependency.
Ruslan Ermilov
1
-31
/
+9
2019-08-19
HTTP/2: discard remaining request body after redirect.
Sergey Kandaurov
1
-2
/
+9
2019-08-13
HTTP/2: limited number of PRIORITY frames.
Ruslan Ermilov
1
-0
/
+10
2019-08-13
HTTP/2: limited number of DATA frames.
Ruslan Ermilov
1
-0
/
+2
2019-08-13
HTTP/2: reject zero length headers with PROTOCOL_ERROR.
Sergey Kandaurov
1
-4
/
+8
2018-11-06
HTTP/2: limit the number of idle state switches.
Ruslan Ermilov
1
-3
/
+10
2018-11-06
HTTP/2: flood detection.
Ruslan Ermilov
1
-1
/
+11
2018-09-21
Fixed socket leak with "return 444" in error_page (ticket #274).
Maxim Dounin
1
-4
/
+14
2018-08-09
HTTP/2: workaround for clients which fail on table size updates.
Maxim Dounin
1
-2
/
+5
2018-06-07
HTTP/2: use scheme from original request for pushes (closes #1549).
Ruslan Ermilov
1
-8
/
+5
2018-06-07
Added r->schema.
Ruslan Ermilov
1
-9
/
+6
2018-06-07
HTTP/2: validate client request scheme.
Ruslan Ermilov
1
-0
/
+23
2018-03-19
HTTP/2: improved frame info debugging.
Ruslan Ermilov
1
-2
/
+5
2018-03-17
HTTP/2: externalized various constants and interfaces.
Maxim Dounin
1
-2
/
+0
2018-03-05
HTTP/2: unknown frames now logged at info level.
Maxim Dounin
1
-2
/
+2
2018-02-22
HTTP/2: style.
Ruslan Ermilov
1
-17
/
+4
2018-02-15
HTTP/2: precalculate hash for "Cookie".
Maxim Dounin
1
-1
/
+2
2018-02-15
HTTP/2: fixed ngx_http_v2_push_stream() allocation error handling.
Ruslan Ermilov
1
-15
/
+47
2018-02-15
HTTP/2: push additional request headers (closes #1478).
Ruslan Ermilov
1
-54
/
+100
2018-02-15
HTTP/2: style.
Sergey Kandaurov
1
-2
/
+2
2018-02-08
HTTP/2: server push.
Ruslan Ermilov
1
-17
/
+197
[next]