mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 21:30:12 +03:00
lol TLS by default STRIKES AGAIN
This commit is contained in:
parent
546edf89af
commit
089c37bcce
1 changed files with 2 additions and 2 deletions
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() {
|
||||
loopExited = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue