Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Big update to cookie code #836

Merged
merged 5 commits into from
May 27, 2022
Merged

Big update to cookie code #836

merged 5 commits into from
May 27, 2022

Commits on May 27, 2022

  1. Big update to cookie code

    Our cookie code was originally ported from the golang stdlib
    implementation and this represents a (slightly overdue) update
    from the original source code. The biggest changes are a more
    solidified cookiejar implementation that is threadsafe and includes
    all the "getcookies!" and "setcookies!" implementations that we
    were hand-rolling previously. I also ported over some udpated tests.
    
    All in all, this seems like a great improvement IMO, and I'm going
    to go thru open cookie-related issues and make sure we get everything
    fixed.
    quinnj committed May 27, 2022
    Configuration menu
    Copy the full SHA
    78edca5 View commit details
    Browse the repository at this point in the history
  2. fix compat

    quinnj committed May 27, 2022
    Configuration menu
    Copy the full SHA
    ac3b3b1 View commit details
    Browse the repository at this point in the history
  3. fix compat again

    quinnj committed May 27, 2022
    Configuration menu
    Copy the full SHA
    107e112 View commit details
    Browse the repository at this point in the history
  4. fix compat finally

    quinnj committed May 27, 2022
    Configuration menu
    Copy the full SHA
    19e95e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0a1e77 View commit details
    Browse the repository at this point in the history