mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #53] 无效代码 #28
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ethanvc on GitHub (Apr 9, 2018).
Original GitHub issue: https://github.com/snail007/goproxy/issues/53
serverName, err0 := sni.ServerNameFromBytes(req.HeadBuf)
hi,上面的代码用于判断servername,但是这里拿到的数据已经是被tls解密过了,所以这个代码应该是多余的了。是这样吗?
@snail007 commented on GitHub (Apr 9, 2018):
你理解错误,这里拿到的数据是用户发来的原始tcp数据。