From e659ec28f3eda3153cc769bc366edc62e35292d1 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 30 Jan 2004 23:46:14 +0000 Subject: [PATCH] ttl expired means connection attempt failed --- panda/src/downloader/httpChannel.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/downloader/httpChannel.cxx b/panda/src/downloader/httpChannel.cxx index 258ef0dad5..7446c27fa4 100644 --- a/panda/src/downloader/httpChannel.cxx +++ b/panda/src/downloader/httpChannel.cxx @@ -1222,6 +1222,7 @@ run_socks_proxy_connect_reply() { case 0x03: case 0x04: case 0x05: + case 0x06: // These generally mean the same thing: the SOCKS proxy tried, // but couldn't reach the host. _status_entry._status_code = SC_socks_no_connection;