]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
rewrote http2 connection state handling, fixed keepalive timeout handling for async...
authorStefan Eissing <icing@apache.org>
Tue, 22 Dec 2015 15:52:10 +0000 (15:52 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 22 Dec 2015 15:52:10 +0000 (15:52 +0000)
commit7d209de21f4ea8c68a04db6be1d78ca9face4a75
tree656a2280013ad15773dad531797fb284cbbd3fd5
parentc8b02a8c0a00988bbce1406e46a1aaa92db7703f
rewrote http2 connection state handling, fixed keepalive timeout handling for async and sync MPMs, cleaned logging, improved scoreboard updates of http2 master connections

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1721417 13f79535-47bb-0310-9956-ffa450edef68
15 files changed:
CHANGES
modules/http2/h2_config.c
modules/http2/h2_config.h
modules/http2/h2_conn.c
modules/http2/h2_conn.h
modules/http2/h2_conn_io.c
modules/http2/h2_conn_io.h
modules/http2/h2_filter.c
modules/http2/h2_filter.h
modules/http2/h2_h2.c
modules/http2/h2_io.c
modules/http2/h2_session.c
modules/http2/h2_session.h
modules/http2/h2_util.c
modules/http2/h2_workers.c