vti / protocol-websocket

Protocol::WebSocket
Other
40 stars 27 forks source link

Update draft-ietf-hybi-00 tests to include the error text in response line #58

Closed lighterowl closed 5 years ago

lighterowl commented 5 years ago

Commit 64157e25b52ee8348f13bee44574bb41af628341 broke draft-ietf-hybi-00 tests, which were not updated in order to reflect the new response line. This commit fixes this.

vti commented 5 years ago

Thanks