Merge branch 'master' into ipv6

This commit is contained in:
rakshasa
2016-10-10 22:11:52 +09:00
4 changed files with 21 additions and 17 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ class CurlStack : std::deque<CurlGet*> {
std::string m_httpCaPath;
std::string m_httpCaCert;
long m_ssl_verify_host;
bool m_ssl_verify_host;
bool m_ssl_verify_peer;
long m_dns_timeout;
};