about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-25 13:30:21 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-25 13:30:49 -0800
commit8ac0ae45a04f5f121f323c182403ef6eb0d8aa18 (patch)
tree339b994e380481f2674dd1deea30fd42c0aa9746
parentd770d09dfd9e5d7148379c58cdf9a020cbdc63b6 (diff)
downloadunicorn-8ac0ae45a04f5f121f323c182403ef6eb0d8aa18.tar.gz
Reported by Alexey Bondar.
-rw-r--r--KNOWN_ISSUES4
1 files changed, 4 insertions, 0 deletions
diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES
index bc3dac5..95f4e43 100644
--- a/KNOWN_ISSUES
+++ b/KNOWN_ISSUES
@@ -6,6 +6,10 @@ acceptable solution.  Those issues are documented here.
 * For notes on sandboxing tools such as Bundler or Isolate,
   see the {Sandbox}[link:Sandbox.html] page.
 
+* nginx with "sendfile on" under FreeBSD 8 is broken when
+  uploads are buffered to disk.  Disabling sendfile is required to
+  work around this bug which should be fixed in newer versions of FreeBSD.
+
 * Under Ruby 1.9.1, methods like Array#shuffle and Array#sample will
   segfault if called after forking.  This is fixed in trunk (r26936) and
   should be backported to the next 1.9.1 stable release (after p378).