diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-07-09 15:38:01 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-07-09 16:21:55 +0900 |
commit | 5d82abdfc86f9ccbd61df4bae17826d01386b575 (patch) | |
tree | 0cf1bbaeb9bb42b40d74a4572cb2e3fbfc12144d | |
parent | e62ac3aac7003c75aca8c3a2230c7c93898fd581 (diff) |
Removed duplicate server thread
-rw-r--r-- | test/open-uri/utils.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/open-uri/utils.rb b/test/open-uri/utils.rb index c0d79ebdba..076362b116 100644 --- a/test/open-uri/utils.rb +++ b/test/open-uri/utils.rb @@ -353,7 +353,6 @@ module TestOpenURIUtils open("#{cacert_directory}/#{hashed_name}", "w") {|f| f << CA_CERT } proxy_host = '127.0.0.1' proxy = SimpleHTTPProxyServer.new(proxy_host, 0, proxy_log, proxy_access_log) - proxy.start proxy_port = proxy.instance_variable_get(:@server).addr[1] proxy_thread = proxy.start threads << Thread.new { |