You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
+1. You'll almost always have more than one, in fact. Wanna sign the cla (if you haven't) and try a patch? (If you don't feel like it, I or someone else can, I'm sure.)
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
The text was updated successfully, but these errors were encountered: