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:
parent
ed12019ce6
commit
c12c7fea70
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue