mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-15 15:16:35 +08:00
实现HTTP部分功能
This commit is contained in:
@@ -77,7 +77,7 @@ func (this *Listener) Listen() error {
|
||||
Listener: netListener,
|
||||
}
|
||||
default:
|
||||
return errors.New("unknown protocol '" + protocol + "'")
|
||||
return errors.New("unknown protocol '" + protocol.String() + "'")
|
||||
}
|
||||
|
||||
this.listener.Init()
|
||||
|
||||
Reference in New Issue
Block a user