From bf1beffe82e53adb60902c6453f1d520dc96d9f5 Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Mon, 19 Aug 2024 17:00:57 -0600 Subject: [PATCH] fix typo --- test/support/nginx_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/support/nginx_controller.rb b/test/support/nginx_controller.rb index b2aab4c94d..c99332faf3 100644 --- a/test/support/nginx_controller.rb +++ b/test/support/nginx_controller.rb @@ -46,7 +46,7 @@ def stop # after Nginx shutdown, despite Nginx setting SO_REUSEADDR. begin sockaddr = Socket.pack_sockaddr_in(PORT, '127.0.0.1') - rescue SocketError -> e + rescue SocketError => e p port p e raise e