]> granicus.if.org Git - apache/commit
Simplify the apr_read_type_e vs. ap_input_mode_t silliness. The two
authorCliff Woolley <jwoolley@apache.org>
Thu, 23 Aug 2001 00:21:40 +0000 (00:21 +0000)
committerCliff Woolley <jwoolley@apache.org>
Thu, 23 Aug 2001 00:21:40 +0000 (00:21 +0000)
commit10638bebb4dbe9d5c8e91c2fae7f05bc6f8af10d
tree94d437b2baeb69b7c0946747aed36f340f1ddaf2
parentae31fecbff05d593f4a9193000207ac0454ee963
Simplify the apr_read_type_e vs. ap_input_mode_t silliness.  The two
are compatible (due to our early abort when PEEK mode is requested),
so we don't have to go to so much effort to convert from one to the other.

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