diff options
author | Stefan Eissing <icing@apache.org> | 2016-03-09 12:51:25 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2016-03-09 12:51:25 +0100 |
commit | 28d50b0579d29e127bc29e7c268ecaa83956bb51 (patch) | |
tree | f506e7aa30e14e33bc84d45db903216737f8a5d2 /modules/http2/mod_http2.h | |
parent | mod_rewrite: Add QSL|qslast flag to allow rewrites to files with (diff) | |
download | apache2-28d50b0579d29e127bc29e7c268ecaa83956bb51.tar.xz apache2-28d50b0579d29e127bc29e7c268ecaa83956bb51.zip |
mod_proxy_http2: single engine per type per master connection, removing some race conditions on engine exit, mod_http2: better debug logging by tagging slave connection with task id
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734221 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2/mod_http2.h')
-rw-r--r-- | modules/http2/mod_http2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/http2/mod_http2.h b/modules/http2/mod_http2.h index 3220700d87..c5cfe704e3 100644 --- a/modules/http2/mod_http2.h +++ b/modules/http2/mod_http2.h @@ -86,6 +86,4 @@ APR_DECLARE_OPTIONAL_FN(apr_status_t, APR_DECLARE_OPTIONAL_FN(void, http2_req_engine_done, (h2_req_engine *engine, conn_rec *rconn)); -#define H2_TASK_ID_NOTE "http2-task-id" - #endif |