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

(-)modules/ssl/ssl_engine_kernel.c (-1 / +5 lines)
Lines 1871-1877 Link Here
1871
            ok = modssl_verify_ocsp(ctx, sc, s, conn, conn->pool);
1871
            ok = modssl_verify_ocsp(ctx, sc, s, conn, conn->pool);
1872
            if (!ok) {
1872
            if (!ok) {
1873
                errnum = X509_STORE_CTX_get_error(ctx);
1873
                errnum = X509_STORE_CTX_get_error(ctx);
1874
            }
1874
            } else {
1875
	        if (has_buffered_data(r)) {
1876
                  r->connection->keepalive = AP_CONN_CLOSE;
1877
		}
1878
	    }
1875
        }
1879
        }
1876
    }
1880
    }
1877
#endif
1881
#endif

Return to bug 64135