We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23f3c11 + f5f4710 commit bc62c14Copy full SHA for bc62c14
1 file changed
docs/examples/websocket.c
@@ -64,7 +64,7 @@ static CURLcode ping(CURL *curl, const char *send_payload)
64
65
static CURLcode recv_pong(CURL *curl, const char *expected_payload)
66
{
67
- size_t rlen;
+ size_t rlen = 0;
68
const struct curl_ws_frame *meta;
69
char buffer[256];
70
CURLcode res;
0 commit comments