mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:33:33 +03:00
parent
118f446ad5
commit
42843af0b8
7 changed files with 12 additions and 12 deletions
|
|
@ -22,7 +22,7 @@
|
|||
*
|
||||
***************************************************************************/
|
||||
/* <DESC>
|
||||
* Websockets data echos
|
||||
* WebSockets data echos
|
||||
* </DESC>
|
||||
*/
|
||||
/* curl stuff */
|
||||
|
|
@ -265,7 +265,7 @@ int main(int argc, char *argv[])
|
|||
#else /* USE_WEBSOCKETS */
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
fprintf(stderr, "websockets not enabled in libcurl\n");
|
||||
fprintf(stderr, "WebSockets not enabled in libcurl\n");
|
||||
return 1;
|
||||
#endif /* !USE_WEBSOCKETS */
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
*
|
||||
***************************************************************************/
|
||||
/* <DESC>
|
||||
* Websockets pingpong
|
||||
* WebSockets pingpong
|
||||
* </DESC>
|
||||
*/
|
||||
/* curl stuff */
|
||||
|
|
@ -160,7 +160,7 @@ int main(int argc, char *argv[])
|
|||
#else /* USE_WEBSOCKETS */
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
fprintf(stderr, "websockets not enabled in libcurl\n");
|
||||
fprintf(stderr, "WebSockets not enabled in libcurl\n");
|
||||
return 1;
|
||||
#endif /* !USE_WEBSOCKETS */
|
||||
}
|
||||
|
|
|
|||
|
|
@ -149,6 +149,6 @@ CURLcode test(char *URL)
|
|||
return res;
|
||||
}
|
||||
|
||||
#else /* no websockets */
|
||||
#else /* no WebSockets */
|
||||
NO_SUPPORT_BUILT_IN
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue