mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
*) mod_http2: Configuration directoves H2Push and H2Upgrade can now be specified per
Location/Directory, e.g. disabling PUSH for a specific set of resources. [Stefan Eissing] *) mod_http2: HEAD requests to some module such as mod_cgid caused the stream to terminate improperly and cause a HTTP/2 PROTOCOL_ERROR. Fixes <https://github.com/icing/mod_h2/issues/167>. [Michael Kaufmann] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852339 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -111,8 +111,7 @@ apr_status_t h2_mplx_child_init(apr_pool_t *pool, server_rec *s);
|
||||
* Create the multiplexer for the given HTTP2 session.
|
||||
* Implicitly has reference count 1.
|
||||
*/
|
||||
h2_mplx *h2_mplx_create(conn_rec *c, apr_pool_t *master,
|
||||
const struct h2_config *conf,
|
||||
h2_mplx *h2_mplx_create(conn_rec *c, server_rec *s, apr_pool_t *master,
|
||||
struct h2_workers *workers);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user