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
The ideal situation would be that when there is a malformed header in the response, that a test style error could be thrown--rather than an end of the world sort of thing.
Thoughts?
🎩
The text was updated successfully, but these errors were encountered:
I just hit this with an API I'm developing (...typos... 😫).
http
in node is unforgiving, so invalid headers throwHPE_INVALID_HEADER_TOKEN
:The
http-parser-js
library is more forgiving.The ideal situation would be that when there is a malformed header in the response, that a test style error could be thrown--rather than an end of the world sort of thing.
Thoughts?
🎩
The text was updated successfully, but these errors were encountered: