Yeah, show me the failing test, please.

On Sun, Dec 2, 2012 at 8:00 AM, mscdex <[email protected]> wrote:
> On Dec 2, 10:06 am, Cristian Bullokles <[email protected]>
> wrote:
>> 3. My node http client is sending lowercased headers in the request.
>>
>> I'm sending this headers:
>>
>> Authorization: Bearer <token>
>>
>> and the http.request client is sending:
>>
>> authorization: Bearer <token>
>
> How are you verifying the case of the header name? If you're testing
> with a node server and doing `console.dir(req.headers);` it will show
> a lowercase key in the object. However, if you use tcpdump/Wireshark/
> etc., you will see the node http client _does_ send the header name as
> "Authorization."
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines: 
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to