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

Don't send the Set-Cookie header multiple times for the same cookie #237

Merged
merged 30 commits into from
Aug 1, 2023

Commits on Jul 22, 2023

  1. use set to update header

    gurgunday committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    4b70e40 View commit details
    Browse the repository at this point in the history
  2. update tests

    gurgunday committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    f69221b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Revert "update tests" and add a new one

    This reverts commit f69221b.
    gurgunday committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d45f4cb View commit details
    Browse the repository at this point in the history
  2. use symbol

    gurgunday committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f5d5429 View commit details
    Browse the repository at this point in the history
  3. use a Map and onSend hook

    gurgunday committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b93db1a View commit details
    Browse the repository at this point in the history
  4. add back line

    gurgunday committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    7861de4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b44488 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    52f580c View commit details
    Browse the repository at this point in the history
  2. Use || instead of ??

    gurgunday authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    eab4b9e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    fc09786 View commit details
    Browse the repository at this point in the history
  2. move tap test path to taprc

    gurgunday committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    0d66b46 View commit details
    Browse the repository at this point in the history
  3. use values

    gurgunday committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    e3703dd View commit details
    Browse the repository at this point in the history
  4. add examples

    gurgunday committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    08586d8 View commit details
    Browse the repository at this point in the history
  5. istanbul ignore else

    gurgunday committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    e6b5def View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. remove signCookie decorator

    gurgunday committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    eddf349 View commit details
    Browse the repository at this point in the history
  2. remove types

    gurgunday committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    1fbca3c View commit details
    Browse the repository at this point in the history
  3. Revert "remove signCookie decorator"

    This reverts commit eddf349.
    gurgunday committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    7fbf6ee View commit details
    Browse the repository at this point in the history
  4. Revert "remove types"

    This reverts commit 1fbca3c.
    gurgunday committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    4a1b99b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6ca9cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10e5414 View commit details
    Browse the repository at this point in the history
  7. remove once-used const

    gurgunday committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    f1bf2c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea8eeba View commit details
    Browse the repository at this point in the history
  9. move interface

    gurgunday committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    0df9253 View commit details
    Browse the repository at this point in the history
  10. remove examples

    gurgunday committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    1571d81 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    777d5aa View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. fast path

    gurgunday committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    1a6d9cc View commit details
    Browse the repository at this point in the history
  2. don't use for

    gurgunday committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d8e0ec0 View commit details
    Browse the repository at this point in the history
  3. use for...of

    gurgunday committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    a451f81 View commit details
    Browse the repository at this point in the history
  4. add benchmarks

    gurgunday committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    235e7e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. use undefined

    gurgunday committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    36fa3a6 View commit details
    Browse the repository at this point in the history