mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-02 14:00:25 +08:00
修复一处编译问题
This commit is contained in:
@@ -11,5 +11,5 @@ import (
|
||||
|
||||
func (this *HTTPRequest) doOSSOrigin(origin *serverconfigs.OriginConfig) (resp *http.Response, goNext bool, err error) {
|
||||
// stub
|
||||
return nil, errors.New("not implemented")
|
||||
return nil, false, errors.New("not implemented")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user