mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-26 18:28:30 +02:00
fixed loadbalancer with idlewatcher, fixed reload issue
This commit is contained in:
@@ -22,7 +22,7 @@ var ModifyRequest = &modifyRequest{
|
||||
m: &Middleware{withOptions: NewModifyRequest},
|
||||
}
|
||||
|
||||
func NewModifyRequest(optsRaw OptionsRaw) (*Middleware, E.NestedError) {
|
||||
func NewModifyRequest(optsRaw OptionsRaw) (*Middleware, E.Error) {
|
||||
mr := new(modifyRequest)
|
||||
var mrFunc RewriteFunc
|
||||
if common.IsDebug {
|
||||
|
||||
Reference in New Issue
Block a user