summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-21 12:13:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-21 12:13:17 -0400
commitdda812583f214dd9835c826b7b9bcc2e8685333e (patch)
treef088f249bb1f6586d70abe3438585e3b0c054a72
parent82347fc5ab16823a2ad956e4cf44daaca710e48f (diff)
root caused
-rw-r--r--doc/bugs/S3_memory_leaks.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/S3_memory_leaks.mdwn b/doc/bugs/S3_memory_leaks.mdwn
index d8b10b075..f612de396 100644
--- a/doc/bugs/S3_memory_leaks.mdwn
+++ b/doc/bugs/S3_memory_leaks.mdwn
@@ -5,4 +5,6 @@ Sending a file to S3 causes a slow memory increase toward the file size.
Copying the file back from S3 causes a slow memory increase toward the
file size.
-The author of hS3 is aware of the problem, and working on it.
+The author of hS3 is aware of the problem, and working on it. I think I
+have identified the root cause of the buffering; it's done by hS3 so it can
+resend the data if S3 sends it a 307 redirect. --[[Joey]]