[server] Minor reformatting.
This commit is contained in:
parent
52c94ffa7b
commit
956d90a525
1 changed files with 5 additions and 5 deletions
|
@ -314,12 +314,12 @@ func (_server *server) Serve (_context *fasthttp.RequestCtx) () {
|
||||||
}
|
}
|
||||||
_responseStatus = http.StatusInternalServerError
|
_responseStatus = http.StatusInternalServerError
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if !_server.quiet {
|
if !_server.quiet {
|
||||||
log.Printf ("[ee] [beedae55] invalid data metadata for `%s`!\n", *_requestUriString)
|
log.Printf ("[ee] [beedae55] invalid data metadata for `%s`!\n", *_requestUriString)
|
||||||
}
|
|
||||||
_responseStatus = http.StatusInternalServerError
|
|
||||||
}
|
}
|
||||||
|
_responseStatus = http.StatusInternalServerError
|
||||||
|
}
|
||||||
default :
|
default :
|
||||||
if !_server.quiet {
|
if !_server.quiet {
|
||||||
log.Printf ("[ee] [7acc7d90] invalid data metadata for `%s`!\n", *_requestUriString)
|
log.Printf ("[ee] [7acc7d90] invalid data metadata for `%s`!\n", *_requestUriString)
|
||||||
|
|
Loading…
Reference in a new issue