mirror of
https://github.com/minio/minio.git
synced 2025-04-05 04:10:28 -04:00
remove printing map() checksums (#16028)
This commit is contained in:
parent
7260241511
commit
1b0dfb0f58
@ -22,7 +22,6 @@ import (
|
|||||||
"crypto/sha1"
|
"crypto/sha1"
|
||||||
"encoding/base64"
|
"encoding/base64"
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
"fmt"
|
|
||||||
"hash"
|
"hash"
|
||||||
"hash/crc32"
|
"hash/crc32"
|
||||||
"net/http"
|
"net/http"
|
||||||
@ -295,7 +294,6 @@ func TransferChecksumHeader(w http.ResponseWriter, r *http.Request) {
|
|||||||
// AddChecksumHeader will transfer any checksum value that has been checked.
|
// AddChecksumHeader will transfer any checksum value that has been checked.
|
||||||
func AddChecksumHeader(w http.ResponseWriter, c map[string]string) {
|
func AddChecksumHeader(w http.ResponseWriter, c map[string]string) {
|
||||||
for k, v := range c {
|
for k, v := range c {
|
||||||
fmt.Println(c, v)
|
|
||||||
cksum := NewChecksumString(k, v)
|
cksum := NewChecksumString(k, v)
|
||||||
if cksum == nil {
|
if cksum == nil {
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user