mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-05 00:34:01 +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) {
|
func (this *HTTPRequest) doOSSOrigin(origin *serverconfigs.OriginConfig) (resp *http.Response, goNext bool, err error) {
|
||||||
// stub
|
// stub
|
||||||
return nil, errors.New("not implemented")
|
return nil, false, errors.New("not implemented")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user