diff options
author | Stefan Eissing <icing@apache.org> | 2016-04-20 17:17:38 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2016-04-20 17:17:38 +0200 |
commit | afd1183937a5ceb7d3b6420a6621f1f3356a4594 (patch) | |
tree | 6e969a722f19ba93f878036685c14531f7acc17b /modules/http2/NWGNUmod_http2 | |
parent | fixing h2 supress to inhibit other annnouncements in upgrade: header (diff) | |
download | apache2-afd1183937a5ceb7d3b6420a6621f1f3356a4594.tar.xz apache2-afd1183937a5ceb7d3b6420a6621f1f3356a4594.zip |
mod_http2: elimination of h2_io intermediate stream instances
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740155 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2/NWGNUmod_http2')
-rw-r--r-- | modules/http2/NWGNUmod_http2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/http2/NWGNUmod_http2 b/modules/http2/NWGNUmod_http2 index dd855d172a..c5ab259b69 100644 --- a/modules/http2/NWGNUmod_http2 +++ b/modules/http2/NWGNUmod_http2 @@ -195,7 +195,6 @@ FILES_nlm_objs = \ $(OBJDIR)/h2_filter.o \ $(OBJDIR)/h2_from_h1.o \ $(OBJDIR)/h2_h2.o \ - $(OBJDIR)/h2_io.o \ $(OBJDIR)/h2_mplx.o \ $(OBJDIR)/h2_ngn_shed.o \ $(OBJDIR)/h2_push.o \ |