version: add ws + wss
This commit is contained in:
Родитель
ef80a87f40
Коммит
60a3b25dbf
|
@ -367,6 +367,12 @@ static const char * const protocols[] = {
|
|||
#ifndef CURL_DISABLE_TFTP
|
||||
"tftp",
|
||||
#endif
|
||||
#ifdef USE_WEBSOCKETS
|
||||
"ws",
|
||||
#endif
|
||||
#if defined(USE_SSL) && defined(USE_WEBSOCKETS)
|
||||
"wss",
|
||||
#endif
|
||||
|
||||
NULL
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче