Because the test for this change was still broken.
This commit is contained in:
Hiroshi SHIBATA 2020-11-13 12:02:27 +09:00
parent c046cc1d1c
commit e70a1d9b7f
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -100,7 +100,7 @@ module WEBrick
@logger.info("ruby #{rubyv}")
@listeners = []
@shutdown_pipe = @config[:ShutdownPipe]
@shutdown_pipe = nil
unless @config[:DoNotListen]
raise ArgumentError, "Port must an integer" unless @config[:Port].to_s == @config[:Port].to_i.to_s