diff options
author | Stefan Eissing <icing@apache.org> | 2015-11-16 16:12:35 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2015-11-16 16:12:35 +0100 |
commit | 8a053d1d0a9c2e7ce500c335b9818ffee289564e (patch) | |
tree | 3d7ce7d0d72e9af7520a5cc2eaf736260f550c78 /modules/http2/h2_task.h | |
parent | chaning WINDOW_SIZE default to protocol default, avoid sending the default va... (diff) | |
download | apache2-8a053d1d0a9c2e7ce500c335b9818ffee289564e.tar.xz apache2-8a053d1d0a9c2e7ce500c335b9818ffee289564e.zip |
improvements in handling orphaned stream resources, where client prematurely closed it, guarantueed session shutdown, slave connections created 2.5-DEV style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1714602 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2/h2_task.h')
-rw-r--r-- | modules/http2/h2_task.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/http2/h2_task.h b/modules/http2/h2_task.h index d36a813081..7cf0f20de2 100644 --- a/modules/http2/h2_task.h +++ b/modules/http2/h2_task.h @@ -66,8 +66,7 @@ struct h2_task { }; h2_task *h2_task_create(long session_id, const struct h2_request *req, - apr_pool_t *pool, struct h2_mplx *mplx, - conn_rec *c, int eos); + apr_pool_t *pool, struct h2_mplx *mplx, int eos); apr_status_t h2_task_destroy(h2_task *task); |