Loading lib/cookie.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -438,7 +438,7 @@ Curl_cookie_add(struct Curl_easy *data, /* too long individual name or contents, or too long combination of /* too long individual name or contents, or too long combination of name + contents. Chrome and Firefox support 4095 or 4096 bytes name + contents. Chrome and Firefox support 4095 or 4096 bytes combo. */ combo. */ free(co); freecookie(co); infof(data, "oversized cookie dropped, name/val %d + %d bytes\n", infof(data, "oversized cookie dropped, name/val %d + %d bytes\n", nlen, len); nlen, len); return NULL; return NULL; Loading Loading
lib/cookie.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -438,7 +438,7 @@ Curl_cookie_add(struct Curl_easy *data, /* too long individual name or contents, or too long combination of /* too long individual name or contents, or too long combination of name + contents. Chrome and Firefox support 4095 or 4096 bytes name + contents. Chrome and Firefox support 4095 or 4096 bytes combo. */ combo. */ free(co); freecookie(co); infof(data, "oversized cookie dropped, name/val %d + %d bytes\n", infof(data, "oversized cookie dropped, name/val %d + %d bytes\n", nlen, len); nlen, len); return NULL; return NULL; Loading