[glibmm] tls_client test: Use gnome.org instead of google.org



commit fb6ce37bb06a21503eebd695bac3012447da2247
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jul 27 08:44:08 2015 +0200

    tls_client test: Use gnome.org instead of google.org
    
    Because I recently find that the connection often, but not always,
    times out. Maybe Google has changed something about its servers.
    I was seeing this output when running the test:
    
    $ ./giomm_tls_client/test
    Successfully resolved address of test host 'www.google.com'.
    First address of test host is 2a00:1450:4016:802::1011.
    Could not connect socket to 2a00:1450:4016:802::1011:443. Exception: Connection timed out

 tests/giomm_tls_client/main.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/giomm_tls_client/main.cc b/tests/giomm_tls_client/main.cc
index 7a4d4bf..2eb0eaf 100644
--- a/tests/giomm_tls_client/main.cc
+++ b/tests/giomm_tls_client/main.cc
@@ -44,7 +44,7 @@ int main(int, char**)
 {
   Gio::init();
 
-  const Glib::ustring test_host = "www.google.com";
+  const Glib::ustring test_host = "www.gnome.org";
 
   std::vector< Glib::RefPtr<Gio::InetAddress> > inet_addresses;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]