Merge pull request #161 from lanrenwo/patch-4

HTTPS解析采用sniParser函数
This commit is contained in:
bjdgyc
2022-10-17 17:37:18 +08:00
committed by GitHub

View File

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