From 4b6e70a385433474268744c9307d66d9327a7073 Mon Sep 17 00:00:00 2001 From: Susan Hinrichs Date: Wed, 6 Jun 2018 13:54:07 -0500 Subject: [PATCH] Clean up zombie_event that didn't expire. --- proxy/http2/Http2ConnectionState.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proxy/http2/Http2ConnectionState.h b/proxy/http2/Http2ConnectionState.h index 7dc291d1838..a832216b704 100644 --- a/proxy/http2/Http2ConnectionState.h +++ b/proxy/http2/Http2ConnectionState.h @@ -157,6 +157,9 @@ class Http2ConnectionState : public Continuation if (fini_event) { fini_event->cancel(); } + if (zombie_event) { + zombie_event->cancel(); + } } // Event handlers