Skip to content

Fix multiple Set-Cookie headers not being captured#3

Closed
noahsmiths wants to merge 1 commit intoStopMakingThatBigFace:mainfrom
noahsmiths:cookie-fix
Closed

Fix multiple Set-Cookie headers not being captured#3
noahsmiths wants to merge 1 commit intoStopMakingThatBigFace:mainfrom
noahsmiths:cookie-fix

Conversation

@noahsmiths
Copy link
Copy Markdown

@noahsmiths noahsmiths commented Jan 5, 2026

📝 Description

This fixes cookie parsing logic to include all "set-cookie" responses. Previously, only the most recent of the "set-cookie" headers within a response would be respected and parsed.

I don't really know Rust well and had copilot originally author this PR, so apologies if it's not great. I did my best to check it out and make sure it works, and from my testing this should be a quality fix.

🔗 Related Issue

N/A

🎯 Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • 📚 Documentation update
  • 🔧 Build/CI configuration

@StopMakingThatBigFace
Copy link
Copy Markdown
Owner

Hey, @noahsmiths, thanks for the PR and for taking the time to dig into this!

This has actually been addressed in v1.0.0 — multiple Set-Cookie headers are now handled correctly. Feel free to check it out, there's also a bunch of other improvements in that release worth looking at.

Closing this for now, but appreciate the contribution! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants