Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Support multiple 'link' headers #1187

@mfncooper

Description

@mfncooper

The HTTP 'link' header may legally appear multiple times in a request, but Node will drop all but the first one.

The trivial fix is to add 'link' to the case statement here:

https://github.com/joyent/node/blob/master/lib/http.js#L287

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions