diff options
author | Stefan Eissing <icing@apache.org> | 2016-10-03 13:47:45 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2016-10-03 13:47:45 +0200 |
commit | 2d12cf2d7a9635961cc3c46cfa7921da9c83d14c (patch) | |
tree | 0b2b0b626c7ad316414f65a1e44bdfbaf32d1104 /modules/http2/NWGNUmod_http2 | |
parent | Rebuild. (diff) | |
download | apache2-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_http2 | 2 |
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 \ |