summaryrefslogtreecommitdiff
path: root/test/open-uri/test_proxy.rb
AgeCommit message (Collapse)Author
2024-11-25[ruby/open-uri] Use `ENV.update`Nobuyoshi Nakada
https://github.com/ruby/open-uri/commit/04067e54b9
2024-07-09Reapply "Reverts related commits with https://github.com/ruby/open-uri/pull/37"Hiroshi SHIBATA
This reverts commit 02c4f0c89db3689c5272f00c548ca3008120459b.
2024-07-08Reverts related commits with https://github.com/ruby/open-uri/pull/37Hiroshi SHIBATA
It caused Timeout failure with RJIT and chkbuild http://rubyci.s3.amazonaws.com/debian11/ruby-master/log/20240708T063006Z.fail.html.gz https://github.com/ruby/ruby/actions/runs/9836594303/job/27152644853
2024-07-08[ruby/open-uri] Load stringio with the correct filesHiroshi SHIBATA
https://github.com/ruby/open-uri/commit/cb17a907a2
2024-07-08[ruby/open-uri] support CONNECT method for SimpleHTTPProxyHiroshi SHIBATA
https://github.com/ruby/open-uri/commit/2e36793bd5
2024-07-08[ruby/open-uri] Added SimpleHTTPProxyServer by TCPServerHiroshi SHIBATA
https://github.com/ruby/open-uri/commit/ad47529306
2024-07-08[ruby/open-uri] Extract SimpleHTTPServer and with_http to TestOpenURIUtils ↵Hiroshi SHIBATA
module for other tests https://github.com/ruby/open-uri/commit/489a1e9006
2024-07-08[ruby/open-uri] Removed needless setup and teardown, tmpdir variablesHiroshi SHIBATA
https://github.com/ruby/open-uri/commit/b2d7fc4ff3
2024-07-08[ruby/open-uri] Extract HTTP Proxy tests from test_open-uri.rbHiroshi SHIBATA
https://github.com/ruby/open-uri/commit/e9e6bd2779