MINOR: server: add ws keyword
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 18 Oct 2021 12:40:29 +0000 (14:40 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 3 Nov 2021 15:24:48 +0000 (16:24 +0100)
commitf9d5957cd9a94c517a9d1fea8f536ab08922d9a9
tree3c3dc0ea9cfa22c6dd172cc08407024637dba63a
parent9c3251d1087061f3a0c88f69b8f62ec1f9324bd7
MINOR: server: add ws keyword

Implement parsing for the server keyword 'ws'. This is used to configure
the mode of selection for websocket protocol. The configuration
documentation has been updated.

A new regtest has been created to test the proper behavior of the
keyword.
doc/configuration.txt
doc/management.txt
reg-tests/http-messaging/common.pem [new symlink]
reg-tests/http-messaging/srv_ws.vtc [new file with mode: 0644]
src/server.c