http-client 0.3.3.1 → 0.3.3.2
raw patch · 2 files changed
+2/−1 lines, 2 files
Files
- Network/HTTP/Client/Manager.hs +1/−0
- http-client.cabal +1/−1
Network/HTTP/Client/Manager.hs view
@@ -68,6 +68,7 @@ -- we open a new connection under these circumstances, we -- check for the NoResponseDataReceived exception. Just NoResponseDataReceived -> True+ Just IncompleteHeaders -> True _ -> False , managerWrapIOException = let wrapper se =
http-client.cabal view
@@ -1,5 +1,5 @@ name: http-client-version: 0.3.3.1+version: 0.3.3.2 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