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

(-)server/core.c (+3 lines)
Lines 4320-4325 Link Here
4320
                c->aborted = 1;
4320
                c->aborted = 1;
4321
            }
4321
            }
4322
4322
4323
            /* Ensure all input is now consumed. */
4324
            apr_brigade_cleanup(b);
4325
4323
            /* The client has aborted, but the request was successful. We
4326
            /* The client has aborted, but the request was successful. We
4324
             * will report success, and leave it to the access and error
4327
             * will report success, and leave it to the access and error
4325
             * logs to note that the connection was aborted.
4328
             * logs to note that the connection was aborted.

Return to bug 36780