@@ -718,11 +718,11 @@ port = 80; } URLPort = URL.port; if (URLPort != nil) - port = URLPort.uInt16Value; + port = URLPort.unsignedShortValue; sock.delegate = self; [sock asyncConnectToHost: URL.host port: port]; } @catch (id e) {