mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
parent
9d8d0c6c80
commit
9402051b25
1 changed files with 8 additions and 0 deletions
|
|
@ -64,6 +64,14 @@ class TestBinder < TestBinderBase
|
|||
assert_match %r!ssl://\[::1\]:(\d+)!, stdout
|
||||
end
|
||||
end
|
||||
|
||||
def test_correct_doublebind
|
||||
@binder.parse(["ssl://localhost:0?key=#{key}&cert=#{cert}", "tcp://localhost:0"], @events)
|
||||
|
||||
stdout = @events.stdout.string
|
||||
|
||||
# Unsure of what to actually assert on here yet
|
||||
end
|
||||
end
|
||||
|
||||
class TestBinderJRuby < TestBinderBase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue