Index: modules/http2/h2_c2_filter.c
===================================================================
--- modules/http2/h2_c2_filter.c	(Revision 1906761)
+++ modules/http2/h2_c2_filter.c	(Arbeitskopie)
@@ -615,7 +615,7 @@
     ap_assert(conn_ctx);
     H2_FILTER_LOG("c2_catch_h1_out", f->c, APLOG_TRACE2, 0, "check", bb);
 
-    if (!conn_ctx->has_final_response) {
+    if (!f->c->aborted && !conn_ctx->has_final_response) {
         if (!parser) {
             parser = apr_pcalloc(f->c->pool, sizeof(*parser));
             parser->id = apr_psprintf(f->c->pool, "%s-%d", conn_ctx->id, conn_ctx->stream_id);
