ソースを参照

Fix std::length_error when no_proxy is used

This is regression introduced in 8cada497.
Tatsuhiro Tsujikawa 11 年 前
コミット
c659fe939d
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/AbstractCommand.cc

+ 2 - 0
src/AbstractCommand.cc

@@ -713,6 +713,8 @@ bool inNoProxy(const std::shared_ptr<Request>& req, const std::string& noProxy)
                                    std::string(e.first, e.second))) {
         return true;
       }
+
+      continue;
     }
     // TODO We don't resolve hostname here.  More complete
     // implementation is that we should first resolve