]> git.ipfire.org Git - thirdparty/curl.git/commit
tool_operate: allow cookie lines up to 8200 bytes
authorDaniel Stenberg <daniel@haxx.se>
Mon, 12 Jun 2023 07:01:30 +0000 (09:01 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Jun 2023 12:15:37 +0000 (14:15 +0200)
commit9ec099a2bc6219e691e3c921f9d00632bd2493df
tree2216d6a675033f312b1828195633f278558d8fc7
parent6c25cd45087cf36c23e265f5c99d49b4a5e8e012
tool_operate: allow cookie lines up to 8200 bytes

Since this option might set multiple cookies in the same line, it does
not make total sense to cap this at 4096 bytes, which is the limit for a
single cookie name or value.

Closes #11303
src/tool_operate.c