mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
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:
commit
538572ca91
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user