]> granicus.if.org Git - apache/commit
mod_proxy_http2: single engine per type per master connection, removing some race...
authorStefan Eissing <icing@apache.org>
Wed, 9 Mar 2016 11:51:25 +0000 (11:51 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 9 Mar 2016 11:51:25 +0000 (11:51 +0000)
commit28d50b0579d29e127bc29e7c268ecaa83956bb51
treef506e7aa30e14e33bc84d45db903216737f8a5d2
parent9abfad57050835dcabca140aab678a4ee79b8054
mod_proxy_http2: single engine per type per master connection, removing some race conditions on engine exit, mod_http2: better debug logging by tagging slave connection with task id

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734221 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
modules/http2/h2.h
modules/http2/h2_conn.c
modules/http2/h2_io.c
modules/http2/h2_io.h
modules/http2/h2_mplx.c
modules/http2/h2_mplx.h
modules/http2/h2_ngn_shed.c
modules/http2/h2_ngn_shed.h
modules/http2/h2_proxy_session.c
modules/http2/h2_session.c
modules/http2/mod_http2.h
modules/http2/mod_proxy_http2.c