1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 09:50:43 +00:00

fix padding value

This commit is contained in:
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

View File

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