瀏覽代碼

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,
 		transferType: transferType,
 		padding:      paddingLen,
 		padding:      paddingLen,
 		size:         -1,
 		size:         -1,
-		paddingLen:   -1,
 	}
 	}
 }
 }