]> granicus.if.org Git - apache/commit
refactored connection io handling to go for blocking reads more often and use h2_mplx...
authorStefan Eissing <icing@apache.org>
Mon, 9 Nov 2015 13:05:53 +0000 (13:05 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 9 Nov 2015 13:05:53 +0000 (13:05 +0000)
commitf8886e8da4f2a29125f218612a7936faaa21c7d1
treef02d9049eb45c3bedc174b26b0b441f308c98e80
parentc24dab1564f4189914bfd26916d375547a1b1b96
refactored connection io handling to go for blocking reads more often and use h2_mplx access less frequently

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1713427 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
modules/http2/h2_conn.c
modules/http2/h2_conn.h
modules/http2/h2_conn_io.c
modules/http2/h2_h2.c
modules/http2/h2_session.c
modules/http2/h2_session.h
modules/http2/h2_stream.c
modules/http2/h2_stream.h
modules/http2/h2_stream_set.c
modules/http2/h2_stream_set.h
modules/http2/h2_switch.c
modules/http2/h2_task.c