]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
reworked synching of session shutdown with worker threads, workers now stick to a...
authorStefan Eissing <icing@apache.org>
Mon, 4 Jan 2016 15:30:36 +0000 (15:30 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 4 Jan 2016 15:30:36 +0000 (15:30 +0000)
commitf23707fedf4e062c85bf1a576cb70c9e85289c56
treefcb49cee1b1b0688104b7854ee38758fd22c4a94
parent442995b86f7fe3cfdb9dadf7adfb81b73053117e
reworked synching of session shutdown with worker threads, workers now stick to a session until no more reuqquest are tbd, keepalive handling revisited

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1722899 13f79535-47bb-0310-9956-ffa450edef68
15 files changed:
CHANGES
modules/http2/h2_config.c
modules/http2/h2_conn.c
modules/http2/h2_filter.c
modules/http2/h2_from_h1.c
modules/http2/h2_io.h
modules/http2/h2_mplx.c
modules/http2/h2_mplx.h
modules/http2/h2_session.c
modules/http2/h2_session.h
modules/http2/h2_task_queue.c
modules/http2/h2_task_queue.h
modules/http2/h2_version.h
modules/http2/h2_worker.c
modules/http2/h2_workers.c