-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
How does this library handle timeouts? I can't see anywhere to specify them (or whether there is an implicit default). Everything just goes from Connection -> Request -> IO a (or something like that) where neither Connection nor Request have any connection-level concerns (like timeouts).
Haxr depends on it for sending HTTP requests, and appears to be failing with timeouts when used from confluence-sync against a slow Confluence instance (> 5 second request latency).
Is there anything I'm missing in this library, or have I been lead down the wrong path by error messages somewhere in my stack?
Metadata
Metadata
Assignees
Labels
No labels