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:
parent
cde596bbff
commit
d1cfc7aeca
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue