]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_http2: internal code cleanups and simplifications. Common output code for
authorStefan Eissing <icing@apache.org>
Wed, 22 May 2019 13:41:36 +0000 (13:41 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 22 May 2019 13:41:36 +0000 (13:41 +0000)
commitd5767ac60587a4cc16a246499fbc6d5101062ec4
tree139552726a5b9bb67277ff76dfbaaa60d0191d50
parenta84a80c1e53c2bc6cf7ac39fb2ab09f3a99a851d
  *) mod_http2: internal code cleanups and simplifications. Common output code for
     h2 and h2c protocols, using nested mutex locks for simplified calls. [Stefan Eissing]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1859724 13f79535-47bb-0310-9956-ffa450edef68
24 files changed:
CHANGES
build/apr_common.m4
modules/http2/h2.h
modules/http2/h2_bucket_beam.c
modules/http2/h2_bucket_beam.h
modules/http2/h2_bucket_eos.c
modules/http2/h2_bucket_eos.h
modules/http2/h2_conn.c
modules/http2/h2_conn_io.c
modules/http2/h2_conn_io.h
modules/http2/h2_filter.h
modules/http2/h2_h2.c
modules/http2/h2_mplx.c
modules/http2/h2_mplx.h
modules/http2/h2_push.c
modules/http2/h2_session.c
modules/http2/h2_session.h
modules/http2/h2_stream.c
modules/http2/h2_stream.h
modules/http2/h2_task.c
modules/http2/h2_task.h
modules/http2/h2_version.h
modules/http2/h2_workers.c
modules/http2/mod_proxy_http2.c