Commit ef12be94 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Actually, the APR_ECONNABORTED (EOS-only brigade) is the direction we
  are contemplating for the next release, not the prior behavior
  (which was APR_SUCCESS for c->aborted.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@97401 13f79535-47bb-0310-9956-ffa450edef68
parent f0f9f6f2
Loading
Loading
Loading
Loading
+0 −1
Changes for ssl_engine_io.c: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -644,7 +644,6 @@ static apr_status_t ssl_io_filter_Output(ap_filter_t *f,
    SSLFilterRec *filter_ctx = f->ctx;

    if (f->c->aborted) {
        /* XXX: This works in 2.0.43, but this will change soon */
        apr_brigade_cleanup(bb);
        return APR_ECONNABORTED;
    }