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

Replace header when sending first one of each header (for 4.x) #2495

Merged
merged 1 commit into from
Sep 2, 2018
Merged

Replace header when sending first one of each header (for 4.x) #2495

merged 1 commit into from
Sep 2, 2018

Commits on Sep 2, 2018

  1. Replace header when sending first of each header

    When we call `header()` to send the headers in the Response, set the
    `replace` parameter to true for the first of that header name and then
    set it to false.
    
    Don't do this if the header is Set-Cookie so we don't break sessions.
    
    Fixes #2282
    Fixes #2246
    akrabat committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    ed6a18f View commit details
    Browse the repository at this point in the history