version: add ws + wss
This commit is contained in:
parent
ef80a87f40
commit
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
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user