Remove remnants of global transport#3792
Merged
Conversation
yuhan6665
reviewed
Sep 11, 2024
Contributor
Author
|
Bonus chatter:
这些代码可能只有在阅读时或者搜索一部分关键词(historical,compatibility,deprecate 之类的)才可能被发现,而且埋藏比较深。估计有可能要地毯式扫描所有代码才能发现有哪些是已经失效或者弃用的变量、结构、函数之类,而且实际数量可能不少。 Bonus bonus chatter: "streamSettings": {
"network": "tcp",
"tcpSettings": {
"header": {
"type": "none"
},
"acceptProxyProtocol": false
}
} |
leninalive
pushed a commit
to amnezia-vpn/amnezia-xray-core
that referenced
this pull request
Oct 29, 2024
it2konst
pushed a commit
to it2konst/gametunnel-core
that referenced
this pull request
Mar 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove some remnants of #3751 . Better test this pr hard to prevent some unexpected consequences.
After this pr is merged, most of the remnants of global transport will not exist anymore. Does not affect the quacking code.
Why is this day-one remnant standing here for almost five years?