1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-05-11 15:09:07 -04:00

fix padding value

This commit is contained in:
Darien Raymond
2018-07-07 23:48:37 +02:00
parent f54a8735ab
commit 69774c99dc

View File

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