fix padding value

pull/1524/head^2
Darien Raymond 2018-07-07 23:48:37 +02:00
parent f54a8735ab
commit 69774c99dc
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 0 additions and 1 deletions

View File

@ -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,
} }
} }