Parcourir la source

comment tweak

David Rose il y a 22 ans
Parent
commit
a4b6896da3
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      panda/src/downloader/httpChannel.cxx

+ 2 - 1
panda/src/downloader/httpChannel.cxx

@@ -956,7 +956,8 @@ run_socks_proxy_greet_reply() {
   }
   }
 
 
   if (reply[1] == 0x00) {
   if (reply[1] == 0x00) {
-    // No login method required.
+    // No login method required.  Proceed directly to the connect
+    // message.
     _state = S_socks_proxy_connect;
     _state = S_socks_proxy_connect;
     return false;
     return false;
   }
   }