From 47b6121fbba0b26ed778bc73d5d595ca47f9902d Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 3 Oct 2005 16:06:25 +0000 Subject: [PATCH] - add note about FastCGI buffering/flush issue (throttling) --- KnownIssues.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/KnownIssues.txt b/KnownIssues.txt index 2bbc05f..a9853bc 100644 --- a/KnownIssues.txt +++ b/KnownIssues.txt @@ -6,6 +6,8 @@ HttpResponse class is only available for PHP >= 5.1 Not all places where files are handled check for open_basedir and/or safe_mode. +Throttling with the FastCGI SAPI may behave unexpected, because libfcgi seems +to really write on flush only and every ~20kb. Internals: - the request bodies created in http_request_pool_attach() are not -- 2.30.2