浏览代码

comment tweak

David Rose 22 年之前
父节点
当前提交
a4b6896da3
共有 1 个文件被更改,包括 2 次插入1 次删除
  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) {
-    // No login method required.
+    // No login method required.  Proceed directly to the connect
+    // message.
     _state = S_socks_proxy_connect;
     return false;
   }