1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Fix my errors in 2368

This commit is contained in:
MSP-Greg 2020-09-17 10:40:45 -05:00
parent 038a0d9da9
commit b895566894
No known key found for this signature in database
GPG key ID: D688DA4A77D8FA18
3 changed files with 3 additions and 3 deletions

View file

@ -53,7 +53,7 @@ module Puma
attr_reader :ios
# @version 5.0.0
attr_reader :activated_sockets, :envs, :inherited_fds, :listeners, :proto_env, , :unix_paths
attr_reader :activated_sockets, :envs, :inherited_fds, :listeners, :proto_env, :unix_paths
# @version 5.0.0
attr_writer :ios, :listeners

View file

@ -17,7 +17,7 @@ module Puma
# puts config.options[:binds] # => "tcp://127.0.0.1:3001"
#
# Used to load file:
#
#
# $ cat puma_config.rb
# port 3002
#

View file

@ -139,7 +139,7 @@ module Puma
# This is a temporary fix to deal with websockets code using
# write_nonblock.
# The problem with implementing it properly
# is that it means we'd have to have the ability to rewind
# an engine because after we write+extract, the socket