From 33950fcd714df06e12e08daf3e17b1e24a675967 Mon Sep 17 00:00:00 2001 From: Matt Janssen Date: Thu, 21 Jun 2018 12:49:48 -0500 Subject: [PATCH 1/2] Small grammar update. "... let you disable buffering at [the] config level or[by] adding ..." --- components/http_foundation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/http_foundation.rst b/components/http_foundation.rst index eba04edfffa..e9446d3c975 100644 --- a/components/http_foundation.rst +++ b/components/http_foundation.rst @@ -473,7 +473,7 @@ represented by a PHP callable instead of a string:: Additionally, PHP isn't the only layer that can buffer output. Your web server might also buffer based on its configuration. Some servers, such as - Nginx, let you disable buffering at config level or adding a special HTTP + Nginx, let you disable buffering at the config level by adding a special HTTP header in the response:: // disables FastCGI buffering in Nginx only for this response From dfbcdc7a7e3c39c1257fd0b6ac10760a3d1b7a16 Mon Sep 17 00:00:00 2001 From: Matt Janssen Date: Thu, 21 Jun 2018 14:05:24 -0500 Subject: [PATCH 2/2] Small grammar update in HttpFoundation "... let you disable buffering at [the] config level or [by] adding ..." --- components/http_foundation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/http_foundation.rst b/components/http_foundation.rst index e9446d3c975..cba53b02dd0 100644 --- a/components/http_foundation.rst +++ b/components/http_foundation.rst @@ -473,7 +473,7 @@ represented by a PHP callable instead of a string:: Additionally, PHP isn't the only layer that can buffer output. Your web server might also buffer based on its configuration. Some servers, such as - Nginx, let you disable buffering at the config level by adding a special HTTP + Nginx, let you disable buffering at the config level or by adding a special HTTP header in the response:: // disables FastCGI buffering in Nginx only for this response