mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 20:50:24 +00:00
Only test Websocket RFC6455 in Autobahn from now on
This commit is contained in:
parent
ad91aaf81a
commit
f329862384
1 changed files with 3 additions and 6 deletions
|
@ -39,13 +39,10 @@ def client_config():
|
|||
'options': {'failByDrop': False},
|
||||
'enable-ssl': False,
|
||||
'servers': [{
|
||||
'agent': 'Cowboy/10',
|
||||
'agent': 'Cowboy',
|
||||
'url': 'ws://localhost:33080/echo',
|
||||
'options': {'version': 10}}, # hybi-10
|
||||
{'agent': 'Cowboy/18',
|
||||
'url': 'ws://localhost:33080/echo',
|
||||
'options': {'version': 18}} # RFC6455
|
||||
],
|
||||
'options': {'version': 18} # RFC6455
|
||||
}],
|
||||
'cases': ['*'],
|
||||
'exclude-cases': [] }
|
||||
return base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue