]> granicus.if.org Git - apache/commit
Fix the SSL filter logic. The SSL filter is not a network filter, because
authorRyan Bloom <rbb@apache.org>
Thu, 15 Nov 2001 20:55:13 +0000 (20:55 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 15 Nov 2001 20:55:13 +0000 (20:55 +0000)
commit43def6bf623fb6a64cacac3f2ee9ca6ca79d1f96
tree3efe2e95c3f271c8f4173869b394a29fab7230d9
parent0f70923a288bde13c2e286b8094a08b503e475f0
Fix the SSL filter logic.  The SSL filter is not a network filter, because
it does not actually do the reading and writing to the network.  By
moving that filter to in between CONNECTION and NETWORK filters, we ensure
that SSL is always called before the core.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91969 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_io.c