mod_http2: do not attempt to send responses on aborted slave connections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1780596 13f79535-47bb-0310-9956-
ffa450edef68
ap_log_cerror(APLOG_MARK, APLOG_TRACE1, 0, f->c,
"h2_task(%s): output_filter called", task->id);
- if (!task->output.sent_response) {
+ if (!task->output.sent_response && !f->c->aborted) {
/* check, if we need to send the response now. Until we actually
* see a DATA bucket or some EOS/EOR, we do not do so. */
for (b = APR_BRIGADE_FIRST(bb);