mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 17:38:41 +00:00
Fix HTTPUpgrade init
This commit is contained in:
parent
548646fb06
commit
021868afca
2 changed files with 13 additions and 0 deletions
|
@ -58,6 +58,8 @@ func RegisterProtocolConfigCreator(name string, creator ConfigCreator) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// Note: Each new transport needs to add init() func in transport/internet/xxx/config.go
|
||||
// Otherwise, it will cause #3244
|
||||
func CreateTransportConfig(name string) (interface{}, error) {
|
||||
creator, ok := globalTransportConfigCreatorCache[name]
|
||||
if !ok {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue