]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_http2: connection terminology renamed to master/secondary.
authorGraham Leggett <minfrin@apache.org>
Wed, 8 Jul 2020 11:53:48 +0000 (11:53 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 8 Jul 2020 11:53:48 +0000 (11:53 +0000)
commit63a0a87efa0925514d15c211b508f6594669888c
tree4e9748d02329cf7f630e6b77c037e70d5680d1de
parent4a4960e8b9d8879b497f3afddf2faa71573b5fcb
  *) mod_http2: connection terminology renamed to master/secondary.
     trunk patch: http://svn.apache.org/r1878926
                  http://svn.apache.org/r1879156
     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/h2-master-secondary.patch
     +1: icing, ylavic, minfrin
     ylavic: nitpicking, mixed "H2_secondary_IN" and "H2_secondary_OUT" case to
             register the filters, but not for adding them. IIRC filters names
             are case insentive so shouldn't matter, just popped at my eyes..
     icing: updated patch and added r1879156 to fix the eye bleed.
     jailletc36: CHANGES could also be looked at if it makes sense to update the terminology
                 also here

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879642 13f79535-47bb-0310-9956-ffa450edef68
16 files changed:
CHANGES
STATUS
modules/http2/h2_conn.c
modules/http2/h2_conn.h
modules/http2/h2_filter.c
modules/http2/h2_h2.c
modules/http2/h2_mplx.c
modules/http2/h2_mplx.h
modules/http2/h2_request.c
modules/http2/h2_session.c
modules/http2/h2_session.h
modules/http2/h2_stream.c
modules/http2/h2_task.c
modules/http2/h2_task.h
modules/http2/h2_workers.c
modules/http2/mod_http2.c