Load net-http explicitly for SimpleHTTPProxyServer

This commit is contained in:
Hiroshi SHIBATA 2024-07-08 15:38:58 +09:00
parent b903d9f09f
commit a5f4014738
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -1,4 +1,5 @@
require 'socket'
require 'net/http'
begin
require 'openssl'
rescue LoadError