소스 검색

fix padding value

Darien Raymond 7 년 전
부모
커밋
69774c99dc
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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,
 	}
 }