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
I'm working on some cleanup for the http client code, hoping to improve performance and maintainability. I have one question though. Why does the ClientRequest have an isArray check on options.headers? It seems like that is never the case.
Hi guys,
I'm working on some cleanup for the http client code, hoping to improve performance and maintainability. I have one question though. Why does the ClientRequest have an isArray check on options.headers? It seems like that is never the case.
It originated in nodejs/node-v0.x-archive@b09c588 by @creationix. I'm hoping there's someone around who could explain to me what the purpose of this test is (perhaps @creationix himself?).
Thank you.
The text was updated successfully, but these errors were encountered: