summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-12 15:45:43 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-12 15:45:43 -0400
commit9bb67ce329578be45b598c98b17283c3bb9dfd43 (patch)
treee55202776be69efa98c1ce2e379a5581e7efeef4 /doc/todo
parentcdf02436fd560da7ec8e0c0d3488bb52573cb66a (diff)
more box.com strangeness
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/export.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/export.mdwn b/doc/todo/export.mdwn
index da69b3e66..9584d8904 100644
--- a/doc/todo/export.mdwn
+++ b/doc/todo/export.mdwn
@@ -44,6 +44,8 @@ Low priority:
* Exporting to box.com via webdav, a rename of a file behaves
oddly. The rename to the temp file succeeds, but the rename of the temp
file to the final name fails.
+ Also, sometimes the delete of the temp file that's done as a fallback
+ fails to actually delete it.
Hypothesis: Those are done in separate http connections and it might be
talking to two different backend servers that are out of sync.
So, making export cache connections might help.