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

Duplicate header handling #874

Merged
merged 4 commits into from Aug 12, 2017

Commits on Nov 28, 2016

  1. Update parseHeaders to match node http behavior

    Node ignores duplicate entries for certain HTTP headers.
    
    It also always converts the `set-cookie` header into an array.
    Diogo Franco committed Nov 28, 2016
    Copy the full SHA
    4f54471 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2017

  1. Copy the full SHA
    8c21519 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    48c4103 View commit details
    Browse the repository at this point in the history
  3. clarify comment

    tybro0103 committed Apr 29, 2017
    Copy the full SHA
    d29962a View commit details
    Browse the repository at this point in the history