add some stub for mitm testing

This commit is contained in:
josch
2014-12-05 13:48:47 +01:00
parent f5b09193f9
commit fa609e465d

View File

@@ -72,6 +72,7 @@ static void http_curl_reset(mfhttp * conn)
curl_easy_setopt(conn->curl_handle, CURLOPT_ERRORBUFFER, conn->error_buf);
curl_easy_setopt(conn->curl_handle, CURLOPT_PROXY, getenv("http_proxy"));
curl_easy_setopt(conn->curl_handle, CURLOPT_VERBOSE, 0L);
//curl_easy_setopt(conn->curl_handle, CURLOPT_SSL_VERIFYPEER, 0L);
}
mfhttp *http_create(void)