Add support for websocket connection type
This commit is contained in:
parent
323b53d125
commit
dcc59aef75
|
@ -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) ->
|
||||
|
|
Loading…
Reference in New Issue