diff options
author | Stefan Eissing <icing@apache.org> | 2015-12-17 17:12:43 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2015-12-17 17:12:43 +0100 |
commit | dde6628b7a581cf071f461d8025bed2f1ac97b0b (patch) | |
tree | ab0dc4156c01dce8cdbb72818015cb4f23209ccb /modules/http2/mod_http2.dsp | |
parent | fixes after review by CJ (diff) | |
download | apache2-dde6628b7a581cf071f461d8025bed2f1ac97b0b.tar.xz apache2-dde6628b7a581cf071f461d8025bed2f1ac97b0b.zip |
moving session reading into a connection input filter
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1720608 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2/mod_http2.dsp')
-rw-r--r-- | modules/http2/mod_http2.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/http2/mod_http2.dsp b/modules/http2/mod_http2.dsp index 12a3abfe98..ce87849139 100644 --- a/modules/http2/mod_http2.dsp +++ b/modules/http2/mod_http2.dsp @@ -129,6 +129,10 @@ SOURCE=./h2_ctx.c # End Source File # Begin Source File +SOURCE=./h2_filter.c +# End Source File +# Begin Source File + SOURCE=./h2_from_h1.c # End Source File # Begin Source File |