HTTPS解析采用sniParser函数

sniNewParser存在一些问题,目前正在处理中。
This commit is contained in:
lanrenwo 2022-10-17 17:30:34 +08:00 committed by GitHub
parent d6154bc621
commit cad824d53c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
)
var tcpParsers = []func([]byte) (uint8, string){
sniNewParser,
sniParser,
httpParser,
}