From: Michael Wallner Date: Mon, 3 Oct 2005 16:06:25 +0000 (+0000) Subject: - add note about FastCGI buffering/flush issue (throttling) X-Git-Tag: RELEASE_0_14_2~5 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=47b6121fbba0b26ed778bc73d5d595ca47f9902d - add note about FastCGI buffering/flush issue (throttling) --- 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