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

Parallelize http11 test

This commit is contained in:
Nate Berkopec 2019-08-06 16:56:58 -07:00
parent ab4e1babf3
commit 287ae90b71
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6

View file

@ -8,6 +8,8 @@ require "puma/puma_http11"
class Http11ParserTest < Minitest::Test
parallelize_me!
def test_parse_simple
parser = Puma::HttpParser.new
req = {}