summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-11-06 21:39:38 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-06 21:40:05 +0100
commit77b261eb214969d3cf1122ceca56976f4839cc18 (patch)
treeb435153effd9cad0d3099b34d2de7757f91ae1ab /examples
parent91f93d2781e494d7835385aa501667d71ae231e7 (diff)
downloadqtwebsockets-77b261eb214969d3cf1122ceca56976f4839cc18.tar.gz
Change url to localhost
Change-Id: I6a33add4244d78e703f1d0c8ae39d42017383b26 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/sslechoclient/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/sslechoclient/main.cpp b/examples/sslechoclient/main.cpp
index e324580..beffe45 100644
--- a/examples/sslechoclient/main.cpp
+++ b/examples/sslechoclient/main.cpp
@@ -44,8 +44,7 @@
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
- //SslEchoClient client(QUrl("wss://localhost:1234"));
- SslEchoClient client(QUrl("wss://echo.websocket.org"));
+ SslEchoClient client(QUrl("wss://localhost:1234"));
Q_UNUSED(client);