On the trunk:
authorStefan Eissing <icing@apache.org>
Mon, 9 Apr 2018 09:39:08 +0000 (09:39 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 9 Apr 2018 09:39:08 +0000 (09:39 +0000)
commit03e3ef23a830d116b076d1c886a0d915a9552643
tree4159aa63ff1e9370ec126b49eae7bb06ab83bb62
parent4f11950dc9d024217314a3a9b9a5d897a292426f
On the trunk:

mod_http2: accurate reporting of h2 data input/output per request via mod_logio. Fixes
     an issue where output sizes where counted n-times on reused slave connections. See
     gituhub issue: https://github.com/icing/mod_h2/issues/158

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828687 13f79535-47bb-0310-9956-ffa450edef68
15 files changed:
CHANGES
modules/http2/h2.h
modules/http2/h2_conn.c
modules/http2/h2_from_h1.c
modules/http2/h2_headers.c
modules/http2/h2_headers.h
modules/http2/h2_mplx.c
modules/http2/h2_push.c
modules/http2/h2_request.c
modules/http2/h2_request.h
modules/http2/h2_session.c
modules/http2/h2_stream.c
modules/http2/h2_stream.h
modules/http2/h2_task.c
modules/http2/h2_version.h