]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: vtc: add websocket test
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 11 Dec 2020 16:53:12 +0000 (17:53 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 Jan 2021 15:37:14 +0000 (16:37 +0100)
commit8969c32d7ef2b64a4ee4f0a3d1f7e1da58ecb4f1
treec643f67137cd0bea226ea8141a7944c9808f374b
parentbda34302d7e1b22afddf439a2b5a24bd260d2839
MINOR: vtc: add websocket test

Test the conformance of websocket rfc6455 in haproxy. In particular, if
a missing key is detected on a h1 message, haproxy must close the
connection.

Note that the case h2 client/h1 srv is not tested as I did not find a
way to calculate the key on the server side.
reg-tests/http-messaging/websocket.vtc [new file with mode: 0644]