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

Change #246230

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Mon 20 Oct 2025 11:38:45
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch bagder/cookie-counter
Revision c8a742ed86198d60eeba1f870bb1618313978099

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