Bump up net-http 0.3.0

This commit is contained in:
Hiroshi SHIBATA 2022-10-24 18:24:24 +09:00 committed by nagachika
parent 8bce7c1a72
commit f08dee67dc
12 changed files with 858 additions and 296 deletions

View file

@ -10,7 +10,7 @@ class HTTPSProxyTest < Test::Unit::TestCase
begin
OpenSSL
rescue LoadError
skip 'autoload problem. see [ruby-dev:45021][Bug #5786]'
omit 'autoload problem. see [ruby-dev:45021][Bug #5786]'
end
TCPServer.open("127.0.0.1", 0) {|serv|