Skip to content

Commit

Permalink
💅 Wrap the AC::Meta::Streaming doc links
Browse files Browse the repository at this point in the history
This way they look good on page, and in your editor.
  • Loading branch information
zzak committed Jun 19, 2023
1 parent fe8575e commit 9cfeedb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions actionpack/lib/action_controller/metal/streaming.rb
Expand Up @@ -181,7 +181,8 @@ module ActionController # :nodoc:
#
# You may also want to configure other parameters like <tt>:tcp_nodelay</tt>.
#
# Please check the {documentation}[https://bogomips.org/unicorn/Unicorn/Configurator.html#method-i-listen] for more information.
# For more information, please check the
# {documentation}[https://bogomips.org/unicorn/Unicorn/Configurator.html#method-i-listen].
#
# If you are using Unicorn with NGINX, you may need to tweak NGINX.
# \Streaming should work out of the box on Rainbows.
Expand All @@ -199,7 +200,8 @@ module ActionController # :nodoc:
# done at the NGINX level which waits until the application is done sending
# the response back to the client.
#
# Please check the {documentation}[https://www.phusionpassenger.com/docs/references/config_reference/nginx/#passenger_buffer_response] for more information.
# For more information, please check the
# {documentation}[https://www.phusionpassenger.com/docs/references/config_reference/nginx/#passenger_buffer_response].
#
module Streaming
class Body # :nodoc:
Expand Down

0 comments on commit 9cfeedb

Please sign in to comment.