mirror of
https://github.com/curl/curl.git
synced 2026-08-26 11:43:32 +03:00
parent
118f446ad5
commit
42843af0b8
7 changed files with 12 additions and 12 deletions
2
lib/ws.c
2
lib/ws.c
|
|
@ -1276,7 +1276,7 @@ static void ws_free(struct connectdata *conn)
|
|||
static CURLcode ws_setup_conn(struct Curl_easy *data,
|
||||
struct connectdata *conn)
|
||||
{
|
||||
/* websockets is 1.1 only (for now) */
|
||||
/* WebSockets is 1.1 only (for now) */
|
||||
data->state.httpwant = CURL_HTTP_VERSION_1_1;
|
||||
return Curl_http_setup_conn(data, conn);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue