diff options
author | Stefan Eissing <icing@apache.org> | 2016-02-25 14:14:30 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2016-02-25 14:14:30 +0100 |
commit | 4dbe24518ace95b32eeef4fb508fcfa8c41403ae (patch) | |
tree | a206e856b0202b6093c403d5a1cc5c5dec1e2659 /CMakeLists.txt | |
parent | update after backport (diff) | |
download | apache2-4dbe24518ace95b32eeef4fb508fcfa8c41403ae.tar.xz apache2-4dbe24518ace95b32eeef4fb508fcfa8c41403ae.zip |
goodbye h2_stream_set, hello h2_ihash in h2_util
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1732295 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d9fc914a38..bd3fe405f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -407,7 +407,7 @@ SET(mod_http2_extra_sources modules/http2/h2_mplx.c modules/http2/h2_push.c modules/http2/h2_request.c modules/http2/h2_response.c modules/http2/h2_session.c modules/http2/h2_stream.c - modules/http2/h2_stream_set.c modules/http2/h2_switch.c + modules/http2/h2_switch.c modules/http2/h2_task.c modules/http2/h2_task_input.c modules/http2/h2_task_output.c modules/http2/h2_int_queue.c modules/http2/h2_util.c modules/http2/h2_worker.c |