Ver código fonte

fix padding value

Darien Raymond 7 anos atrás
pai
commit
69774c99dc
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      common/crypto/auth.go

+ 0 - 1
common/crypto/auth.go

@@ -99,7 +99,6 @@ func NewAuthenticationReader(auth Authenticator, sizeParser ChunkSizeDecoder, re
 		transferType: transferType,
 		padding:      paddingLen,
 		size:         -1,
-		paddingLen:   -1,
 	}
 }