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

http2: pass incoming set-cookie header as array #21360

Closed
wants to merge 1 commit into from
Closed

http2: pass incoming set-cookie header as array #21360

wants to merge 1 commit into from

Commits on Jun 26, 2018

  1. http2: pass incoming set-cookie header as array

    Incoming set-cookie headers should be passed to user as array like in
    http module.
    
    Besides improving compatibility between http and http2 it avoids the
    need to check if the type is an array or not in user code.
    Flarna committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    661b1e7 View commit details
    Browse the repository at this point in the history