Joe Orton wrote:

Index: ssl_engine_io.c
===================================================================
RCS file: /home/cvs/httpd-2.0/modules/ssl/ssl_engine_io.c,v
retrieving revision 1.113
diff -u -r1.113 ssl_engine_io.c
--- ssl_engine_io.c     1 Jan 2004 13:26:21 -0000       1.113
+++ ssl_engine_io.c     23 Jan 2004 10:44:05 -0000
@@ -1370,6 +1370,8 @@
     apr_status_t status = APR_SUCCESS;
     ssl_filter_ctx_t *filter_ctx = f->ctx;
     bio_filter_in_ctx_t *inctx;
+    bio_filter_out_ctx_t *outctx;
+    apr_read_type_e rblock;

initialize rblock to APR_NONBLOCK_READ


otherwise, looks cool to me



Reply via email to