summaryrefslogtreecommitdiffstats
path: root/modules/http2/NWGNUmod_http2
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2016-10-03 13:47:45 +0200
committerStefan Eissing <icing@apache.org>2016-10-03 13:47:45 +0200
commit2d12cf2d7a9635961cc3c46cfa7921da9c83d14c (patch)
tree0b2b0b626c7ad316414f65a1e44bdfbaf32d1104 /modules/http2/NWGNUmod_http2
parentRebuild. (diff)
downloadapache2-2d12cf2d7a9635961cc3c46cfa7921da9c83d14c.tar.xz
apache2-2d12cf2d7a9635961cc3c46cfa7921da9c83d14c.zip
various fixes, mod_cgid interop, response/trailer forwarding rewritten, stability
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1763158 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2/NWGNUmod_http2')
-rw-r--r--modules/http2/NWGNUmod_http22
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/NWGNUmod_http2 b/modules/http2/NWGNUmod_http2
index 40f7181f25..2360e40f56 100644
--- a/modules/http2/NWGNUmod_http2
+++ b/modules/http2/NWGNUmod_http2
@@ -199,7 +199,7 @@ FILES_nlm_objs = \
$(OBJDIR)/h2_ngn_shed.o \
$(OBJDIR)/h2_push.o \
$(OBJDIR)/h2_request.o \
- $(OBJDIR)/h2_response.o \
+ $(OBJDIR)/h2_headers.o \
$(OBJDIR)/h2_session.o \
$(OBJDIR)/h2_stream.o \
$(OBJDIR)/h2_switch.o \