Merge pull request #733 from harshavardhana/pr_out_nodejs_http_library_sends_connection_header_during_http_request_this_clobbers_up_the_signature_handling_ignore_it

This commit is contained in:
Harshavardhana 2015-07-10 22:50:51 +00:00
commit 538572ca91

View File

@ -52,6 +52,7 @@ var ignoredHeaders = map[string]bool{
"Accept-Encoding": true, "Accept-Encoding": true,
"Content-Length": true, "Content-Length": true,
"User-Agent": true, "User-Agent": true,
"Connection": true,
} }
// sumHMAC calculate hmac between two input byte array // sumHMAC calculate hmac between two input byte array