http-client 0.2.2 → 0.2.2.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Network/HTTP/Client/Manager.hs +1/−1
- http-client.cabal +1/−1
Network/HTTP/Client/Manager.hs view
@@ -57,7 +57,7 @@ , managerRawConnection = return openSocketConnection , managerTlsConnection = return $ \_ _ _ -> throwIO TlsNotSupported , managerTlsProxyConnection = return $ \_ _ _ _ _ -> throwIO TlsNotSupported- , managerResponseTimeout = Just 5000000+ , managerResponseTimeout = Just 30000000 , managerRetryableException = \e -> case fromException e of Just (_ :: IOException) -> True
http-client.cabal view
@@ -1,5 +1,5 @@ name: http-client-version: 0.2.2+version: 0.2.2.1 synopsis: An HTTP client engine, intended as a base layer for more user-friendly packages. description: This codebase has been refactored from http-conduit. homepage: https://github.com/snoyberg/http-client