mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-01 02:46:52 +00:00
Https error
This commit is contained in:
@@ -165,6 +165,9 @@ func GetServerNameFromClientHello(c net.Conn) (string, []byte) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return "", nil
|
return "", nil
|
||||||
}
|
}
|
||||||
|
if n < 42 {
|
||||||
|
return "", nil
|
||||||
|
}
|
||||||
copy(data, buf[:n])
|
copy(data, buf[:n])
|
||||||
clientHello := new(crypt.ClientHelloMsg)
|
clientHello := new(crypt.ClientHelloMsg)
|
||||||
clientHello.Unmarshal(data[5:n])
|
clientHello.Unmarshal(data[5:n])
|
||||||
|
Reference in New Issue
Block a user