mirror of https://github.com/adamdruppe/arsd.git
work around phobos bug
This commit is contained in:
parent
f7e1a4e062
commit
293f9ce2a8
1
http2.d
1
http2.d
|
@ -3969,6 +3969,7 @@ version(use_openssl) {
|
|||
}
|
||||
|
||||
this(AddressFamily af, SocketType type = SocketType.STREAM, string hostname = null, bool verifyPeer = true) {
|
||||
version(Windows) __traits(getMember, this, "_blocking") = true; // lol longstanding phobos bug setting this to false on init
|
||||
super(af, type);
|
||||
initSsl(verifyPeer, hostname);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue