Add support for websocket connection type

This commit is contained in:
Badlop 2023-05-04 16:49:19 +02:00
parent 323b53d125
commit dcc59aef75
1 changed files with 1 additions and 0 deletions

View File

@ -978,6 +978,7 @@ list_elem(conntypes, full) ->
{"c2s_compressed_tls", c2s_compressed_tls},
{"http_poll", http_poll},
{"http_bind", http_bind},
{"websocket", websocket},
{"unknown", unknown}
];
list_elem(oss, full) ->