From 089c37bccef835d4ab28f77b2709206ab6446d6c Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Tue, 26 Apr 2022 11:56:09 -0400 Subject: [PATCH] lol TLS by default STRIKES AGAIN --- http2.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http2.d b/http2.d index ef002de..00fed28 100644 --- a/http2.d +++ b/http2.d @@ -4698,9 +4698,9 @@ class WebSocket { } } - private bool loopExited; + private __gshared bool loopExited; /++ - + Exits the running [WebSocket.eventLoop]. You can call this from a signal handler or another thread. +/ void exitEventLoop() { loopExited = true;