Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #246344

Category curl
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Tue 21 Oct 2025 16:33:32
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 48df7b29d905314c2c0c3b4b3f949569a490d3aa

Comments

cookie: only count accepted cookies in Curl_cookie_add
The counter used to stop accepting cookies after a certain amount has
been received in a single response would previously also count some
cookies that were not actually accepted as they were discarded after the
counter was increased.

Starting now, the counter is increased only for cookies that were
accepted.

Pointed out by ZeroPath
Closes #19157

Changed files