mirror of https://github.com/adamdruppe/arsd.git
lol TLS by default STRIKES AGAIN
This commit is contained in:
parent
546edf89af
commit
089c37bcce
4
http2.d
4
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() {
|
void exitEventLoop() {
|
||||||
loopExited = true;
|
loopExited = true;
|
||||||
|
|
Loading…
Reference in New Issue