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

Change #246257

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Mon 20 Oct 2025 14:49:05
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch bagder/cookie-counter
Revision 7db69ba3753b1bb82dc75783614faa50d5c313b7

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

Changed files