View | Details | Raw Unified | Return to bug 29964
Collapse All | Expand All

(-)./ssl_engine_io.c.sslioloop (+1 lines)
Lines 587-592 Link Here
587
    while (1) {
587
    while (1) {
588
588
589
        if (!inctx->filter_ctx->pssl) {
589
        if (!inctx->filter_ctx->pssl) {
590
            inctx->rc = APR_EOF;
590
            break;
591
            break;
591
        }
592
        }
592
593

Return to bug 29964