This commit is contained in:
Viktor Szakats 2026-03-08 20:38:56 +01:00
parent a5e3bb85ce
commit abf8d0315d
No known key found for this signature in database
5 changed files with 6 additions and 6 deletions

View file

@ -182,7 +182,7 @@ CURLcode ws_recv_pong(CURL *curl, const char *expected_payload)
if(!(meta->flags & CURLWS_PONG)) {
curl_mfprintf(stderr, "recv_pong: wrong frame, got %zu bytes rflags %x\n",
rlen, meta->flags);
rlen, (unsigned int)meta->flags);
return CURLE_RECV_ERROR;
}