1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/webrick] Only run test_big_bodies test on Ruby 2.5+

It was added after Ruby 2.5, and it looks like it never ran correctly
on Ruby <2.5.

https://github.com/ruby/webrick/commit/65fb03cb6a
This commit is contained in:
Jeremy Evans 2020-07-15 13:51:04 -07:00 committed by Hiroshi SHIBATA
parent ed12019ce6
commit c12c7fea70

View file

@ -213,7 +213,7 @@ class TestWEBrickHTTPProxy < Test::Unit::TestCase
end
end
end
end
end if RUBY_VERSION >= '2.5'
def test_http10_proxy_chunked
# Testing HTTP/1.0 client request and HTTP/1.1 chunked response