Your message dated Mon, 30 Dec 2013 00:44:21 +0000
with message-id <[email protected]>
and subject line davt
has caused the Debian Bug report #724856,
regarding no way to override default http-conduit timeouts
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
724856: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724856
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: haskell-dav
Version: 0.4.1
Severity: normal
http-conduit has a timeout of either 5 seconds or 5 minutes,
after which it terminates any ongoing http request,
throwing a ResponseTimeout HttpException.
It's a very annoying that this applies to DAV, which is often used to
download or upload large files. For example, see:
http://git-annex.branchable.com/bugs/box.com_never_stops_syncing./
I would like to see DAV fixed to either disable this timeout, or allow
configuring it to some very large value.
Based on https://github.com/snoyberg/http-conduit/issues/137,
there are actually multiple timeouts in http-conduit, a 5 second timeout
if the connection stalls w/o data being received, and a 5 minute timeout
on the whole http connection. I have not been able to find this 5 minute
timeout in the code, however, only the 5 second one in responseTimeout.
--
see shy jo
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 0.6-1
Once errors is finally updated for either 4.1, the ErrorT will
probably change to EitherT.
--- End Message ---