httpx icon indicating copy to clipboard operation
httpx copied to clipboard

Bugfix: do not discard cookie default policy from jar

Open mikran opened this issue 6 months ago • 0 comments
trafficstars

Summary

http.cookiejar allows setting a custom default policy for cookies. httpx immediately discards that before any requests get sent

Checklist

  • [x] I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!)
  • [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • [ ] I've updated the documentation accordingly.

mikran avatar May 02 '25 14:05 mikran