]> 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)
commitc44315106499032f045e4e917bbaa86090b6c118
tree3efe2e95c3f271c8f4173869b394a29fab7230d9
parenta4f00625aad31844c75af1336c4ec64a8c4a99ad
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