Skip to content

Small grammar update in HttpFoundation #9947

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Small grammar update in HttpFoundation
"... let you disable buffering at [the] config level or [by] adding ..."
  • Loading branch information
mattjanssen authored Jun 21, 2018
commit dfbcdc7a7e3c39c1257fd0b6ac10760a3d1b7a16
2 changes: 1 addition & 1 deletion components/http_foundation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down