joepie91 / node-bhttp

A sane HTTP client library for Node.js with Streams2 support.
62 stars 12 forks source link

duplicate headers issue #20

Closed stevenvachon closed 8 years ago

stevenvachon commented 8 years ago
X-Robots-Tag: nofollow
X-Robots-Tag: googlebot: noindex
X-Robots-Tag: nofollow
X-Robots-Tag: unavailable_after: 1-Jan-3000 00:00:00 EST

These cannot be flattened into a single key-value pair.

stevenvachon commented 8 years ago

This is actually Node.js' fault: https://github.com/nodejs/node/issues/3591