Https support for cpp
@@ -383,8 +383,12 @@ class Http {
#elseif java
sock = new java.net.SslSocket();
#elseif hxssl
+ #if neko
sock = new neko.tls.Socket();
#else
+ sock = new sys.ssl.Socket();
+ #end
+ #else
throw "Https is only supported with -lib hxssl";
#end
} else