]> granicus.if.org Git - apache/commit
mod_http2: new bucket beams for tranporting buckets across threads without buffer...
authorStefan Eissing <icing@apache.org>
Fri, 15 Apr 2016 13:50:46 +0000 (13:50 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 15 Apr 2016 13:50:46 +0000 (13:50 +0000)
commit52cdae53be08ed37e5d73eac20a39d76f7617bcb
treee383ea1324254aee627932931ee9dd5250f0444f
parent8c52bb1c1abb3aeba815a87d7c8b1e07d9b7ba79
mod_http2: new bucket beams for tranporting buckets across threads without buffer copy. Code cleanup

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1739303 13f79535-47bb-0310-9956-ffa450edef68
40 files changed:
CHANGES
CMakeLists.txt
modules/http2/NWGNUmod_http2
modules/http2/config2.m4
modules/http2/h2_bucket_beam.c [new file with mode: 0644]
modules/http2/h2_bucket_beam.h [new file with mode: 0644]
modules/http2/h2_bucket_eos.c
modules/http2/h2_filter.c
modules/http2/h2_filter.h
modules/http2/h2_from_h1.c
modules/http2/h2_int_queue.c [deleted file]
modules/http2/h2_int_queue.h [deleted file]
modules/http2/h2_io.c
modules/http2/h2_io.h
modules/http2/h2_io_set.c [deleted file]
modules/http2/h2_io_set.h [deleted file]
modules/http2/h2_mplx.c
modules/http2/h2_mplx.h
modules/http2/h2_ngn_shed.c
modules/http2/h2_proxy_session.c
modules/http2/h2_proxy_session.h
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_task_input.c [deleted file]
modules/http2/h2_task_input.h [deleted file]
modules/http2/h2_task_output.c [deleted file]
modules/http2/h2_task_output.h [deleted file]
modules/http2/h2_util.c
modules/http2/h2_util.h
modules/http2/h2_version.h
modules/http2/h2_worker.c
modules/http2/h2_worker.h
modules/http2/h2_workers.c
modules/http2/mod_http2.c
modules/http2/mod_http2.dsp
modules/http2/mod_proxy_http2.c