Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix array of cookies in response containing a blank cookie #343

Merged
merged 1 commit into from
Feb 1, 2024

Commits on Feb 1, 2024

  1. Fix array of cookies in response containing a blank cookie

    Without the fix, the blank cookie is compared and since it has no name
    the comparison fails on name.downcase. Rather than correct it there, this
    expands the processing of merged cookies to remove blank cookies not just
    in strings, but also in arrays.
    martinemde committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    7d8c045 View commit details
    Browse the repository at this point in the history