Skip to content

Commit 5b0e7cf

Browse files
committed
Add zombie_event when destroy() is called more than once.
1 parent a8b2269 commit 5b0e7cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proxy/http2/Http2ConnectionState.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ class Http2ConnectionState : public Continuation
141141
destroy()
142142
{
143143
if (in_destroy) {
144+
schedule_zombie_event();
144145
return;
145146
}
146147
in_destroy = true;

0 commit comments

Comments
 (0)