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
commit 97840bef98
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,
}