@@ -1024,7 +1024,7 @@ static CURLcode ws_flush(struct Curl_easy *data, struct websocket *ws, result = ws_send_raw_blocking(data, ws, (char *)out, outlen); n = result? 0 : outlen; } else if(data->set.connect_only)
base repository: curl/curl base: master ... head repository: icing/curl compare: ws-blocking-send Can’t automatically merge. Don’t worry, you can still create the pull request. websocket, introduce blocking sends #14458 When using curl_ws_send(), perform a blocking send of the ...