From 18604d1db27212a3903b6caf723d9a921de0c864 Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Mon, 2 Sep 2019 02:15:25 -0500 Subject: [PATCH] lib\puma\accept_nonblock.rb - fix socket closing on error (#1941) * lib\puma\accept_nonblock.rb - fix socket closing on error See: https://github.com/ruby/ruby/commit/68ac33a511929268ff5b0e05601b855a3a031b31 * test/test_integration.rb - fix my typo that causes a warning --- test/test_integration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_integration.rb b/test/test_integration.rb index 5beb10a9f8..9c21420d3b 100644 --- a/test/test_integration.rb +++ b/test/test_integration.rb @@ -661,5 +661,5 @@ def run_launcher(conf) @wait.sysread 1 [thr, launcher, @events] - end + end end