Skip to content

Commit

Permalink
Merge pull request #99 from pepijn/patch-1
Browse files Browse the repository at this point in the history
Fixes passenger_buffer_response documentation example
  • Loading branch information
FooBarWidget committed Apr 15, 2014
2 parents ff3d610 + 53b1dc5 commit 5c20cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Users guide Nginx.txt
Expand Up @@ -998,7 +998,7 @@ Nginx's response buffering works differently from Phusion Passenger's. Nginx's b

How does response buffering - whether it's done by Nginx or by Phusion Passenger - exactly protect against slow clients?
Consider an HTTP client that's on a dial-up modem link, and your
application process generates a 2 MB response. If the response is buffered
application process generates a 2 MB response. If the response is not buffered
then your application process will be blocked until the entire 2 MB has been
sent out to the HTTP client. This disallows your application process to do any useful
work in the mean time. By buffering responses, Phusion Passenger or Nginx will read
Expand Down

0 comments on commit 5c20cda

Please sign in to comment.