git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/async-read-dev@371415
13f79535-47bb-0310-9956-
ffa450edef68
apr_read_type_e block = inctx->block;
SSLConnRec *sslconn = myConnConfig(inctx->f->c);
- fprintf(stderr, "block mode is %d\n", (block == APR_BLOCK_READ ? 1 : 0));
inctx->rc = APR_SUCCESS;
/* OpenSSL catches this case, so should we. */
return APR_ENOTIMPL;
}
- /* XXX: for now, do blocking reads even if running in
- * an asynchronous httpd. mod_ssl will need some changes
- * to deal with EAGAIN properly.
- */
- block = APR_BLOCK_READ;
inctx->mode = mode;
inctx->block = block;