Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorturk committed Apr 15, 2024
1 parent 1dc6c00 commit c280345
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions guides/deployment/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ service hostname do
# If using count > 1 you may want to preload your app to reduce memory usage and increase performance:
preload "preload.rb"

# Heroku only supports HTTP/1.1 at the time of this writing.
# Review the following for possible updates in the future:
# Heroku only supports HTTP/1.1 at the time of this writing. Review the following for possible updates in the future:
# https://devcenter.heroku.com/articles/http-routing#http-versions-supported
# https://github.com/heroku/roadmap/issues/34
endpoint Async::HTTP::Endpoint.parse("http://0.0.0.0:#{port}").with(protocol: Async::HTTP::Protocol::HTTP11)
Expand Down

0 comments on commit c280345

Please sign in to comment.