X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FLWN%2FHTTP.hs;h=4cfcb04bfbc389c6c75f539516249ee91145b882;hb=2953924e2016393a1ffb9e2e82b4c90c8c57dfd3;hp=a8a1980f273cfdc352911bb7bcd3b55b58137cdf;hpb=f3321e2ce7d7645ad562dc8f6620bfd561edc75d;p=dead%2Flwn-epub.git diff --git a/src/LWN/HTTP.hs b/src/LWN/HTTP.hs index a8a1980..4cfcb04 100644 --- a/src/LWN/HTTP.hs +++ b/src/LWN/HTTP.hs @@ -39,7 +39,7 @@ default_curl_opts :: [CurlOption] default_curl_opts = [ -- The Global cache is not thread-friendly. CurlDNSUseGlobalCache False, - + -- And we don't want to use a DNS cache anyway. CurlDNSCacheTimeout 0, @@ -130,7 +130,7 @@ log_in cookie_jar username password = CurlCookieJar cookie_jar, CurlPost True, CurlPostFields post_data ] - + curl_opts :: [CurlOption] curl_opts = default_curl_opts ++ post_opts