mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 14:50:55 +00:00
fix ci failed
This commit is contained in:
parent
84cb9a5986
commit
ec6cb43711
@ -788,7 +788,7 @@ func (p *ControllerRegister) ServeHTTP(rw http.ResponseWriter, r *http.Request)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// also defined runRouter & runMethod from filter
|
// also defined runRouter & runMethod from filter
|
||||||
if !isRunnable || findRouter {
|
if !isRunnable {
|
||||||
//Invoke the request handler
|
//Invoke the request handler
|
||||||
var execController ControllerInterface
|
var execController ControllerInterface
|
||||||
if routerInfo.initialize != nil {
|
if routerInfo.initialize != nil {
|
||||||
@ -874,7 +874,7 @@ func (p *ControllerRegister) ServeHTTP(rw http.ResponseWriter, r *http.Request)
|
|||||||
}
|
}
|
||||||
|
|
||||||
Admin:
|
Admin:
|
||||||
//admin module record QPS
|
//admin module record QPS
|
||||||
|
|
||||||
statusCode := context.ResponseWriter.Status
|
statusCode := context.ResponseWriter.Status
|
||||||
if statusCode == 0 {
|
if statusCode == 0 {
|
||||||
@ -921,7 +921,7 @@ Admin:
|
|||||||
BodyBytesSent: 0, //@todo this one is missing!
|
BodyBytesSent: 0, //@todo this one is missing!
|
||||||
}
|
}
|
||||||
logs.AccessLog(record, BConfig.Log.AccessLogsFormat)
|
logs.AccessLog(record, BConfig.Log.AccessLogsFormat)
|
||||||
}else {
|
} else {
|
||||||
if findRouter {
|
if findRouter {
|
||||||
if routerInfo != nil {
|
if routerInfo != nil {
|
||||||
devInfo = fmt.Sprintf("|%15s|%s %3d %s|%13s|%8s|%s %-7s %s %-3s r:%s", context.Input.IP(), statusColor, statusCode,
|
devInfo = fmt.Sprintf("|%15s|%s %3d %s|%13s|%8s|%s %-7s %s %-3s r:%s", context.Input.IP(), statusColor, statusCode,
|
||||||
|
Loading…
Reference in New Issue
Block a user