mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-05 21:17:35 +03:00
parent
d2b5b70b61
commit
df6e4c827a
1 changed files with 1 additions and 5 deletions
|
@ -504,11 +504,7 @@ func (e *StatusRequestV2Extension) Write(b []byte) (int, error) {
|
||||||
// RFC 4366, Section 3.6
|
// RFC 4366, Section 3.6
|
||||||
var statusType uint8
|
var statusType uint8
|
||||||
var ignored cryptobyte.String
|
var ignored cryptobyte.String
|
||||||
if !extData.ReadUint16LengthPrefixed(&ignored) ||
|
if !extData.ReadUint16LengthPrefixed(&ignored) || !ignored.ReadUint8(&statusType) {
|
||||||
!extData.ReadUint8(&statusType) ||
|
|
||||||
!extData.ReadUint16LengthPrefixed(&ignored) ||
|
|
||||||
!extData.ReadUint16LengthPrefixed(&ignored) ||
|
|
||||||
!extData.ReadUint16LengthPrefixed(&ignored) {
|
|
||||||
return fullLen, errors.New("unable to read status request v2 extension data")
|
return fullLen, errors.New("unable to read status request v2 extension data")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue