mirror of
https://github.com/curl/curl.git
synced 2026-07-30 17:58:03 +03:00
parent
946ce5b61f
commit
8ea5d41fe0
11 changed files with 31 additions and 35 deletions
|
|
@ -496,7 +496,7 @@ Curl_cookie_add(struct Curl_easy *data,
|
|||
name + contents. Chrome and Firefox support 4095 or 4096 bytes
|
||||
combo. */
|
||||
freecookie(co);
|
||||
infof(data, "oversized cookie dropped, name/val %d + %d bytes\n",
|
||||
infof(data, "oversized cookie dropped, name/val %zu + %zu bytes\n",
|
||||
nlen, len);
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue