mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:33:31 +03:00
fixes
This commit is contained in:
parent
a5e3bb85ce
commit
abf8d0315d
5 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue