summaryrefslogtreecommitdiff
path: root/doc/bugs/encrypted_S3_stalls.mdwn
blob: 109e6e793ae82e99a5bb53434bf88fe8c7b74056 (plain)
1
2
3
4
5
6
7
8
9
Sending large-ish (few megabytes) files to encrypted S3 remotes stalls out.
It works for the tiny files I was using to test while developing it, on
dialup.

There was a similar issue with bup, which I fixed by forking a process
rather than using a thread to do some IO. Probably need the same here.
--[[Joey]]

[[done]] --[[Joey]]