chore: adjust sniffer err info

This commit is contained in:
MetaCubeX
2022-05-02 05:17:13 +08:00
parent 6d704b9cd1
commit 5ccc047fe4
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@ import (
var (
errNotTLS = errors.New("not TLS header")
errNotClientHello = errors.New("not client hello")
ErrNoClue = errors.New("not enough information for making a decision")
)
type TLSSniffer struct {