mirror of https://github.com/v2ray/v2ray-core
fix padding value
parent
f54a8735ab
commit
69774c99dc
|
@ -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,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue