1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

remove the skip the test semicolon in path with jruby (#2844)

close: #1978
This commit is contained in:
Kazuki Nishikawa 2022-03-21 12:37:20 +09:00 committed by GitHub
parent cde596bbff
commit d1cfc7aeca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,6 @@ class Http11ParserTest < Minitest::Test
end
def test_semicolon_in_path
skip_if :jruby # Not yet supported on JRuby, see https://github.com/puma/puma/issues/1978
parser = Puma::HttpParser.new
req = {}
get = "GET /forums/1/path;stillpath/2375?page=1 HTTP/1.1\r\n\r\n"