Skip to content

Commit

Permalink
add note about shotgun
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Oct 28, 2011
1 parent a27a95d commit 470d5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -846,7 +846,7 @@ Note that the streaming behavior, especially the number of concurrent request,
highly depends on the web server used to serve the application. Some servers,
like WEBRick, might not even support streaming at all. If the server does not
support streaming, the body will be sent all at once after the block passed to
+stream+ finished executing.
+stream+ finished executing. Streaming does not work at all with Shotgun.

If the optional parameter is set to +keep_open+, it will not call +close+ on
the stream object, allowing you to close it at any later point in the
Expand Down

0 comments on commit 470d5cd

Please sign in to comment.