mirror of
https://github.com/nginx/nginx.git
synced 2025-06-13 06:12:44 +08:00
style fix
This commit is contained in:
parent
a4eb3f0e02
commit
d6bb7ea591
@ -181,7 +181,7 @@ ngx_http_limit_req_handler(ngx_http_request_t *r)
|
|||||||
}
|
}
|
||||||
|
|
||||||
ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
||||||
"limit_req: %i %ui.%03ui", rc, excess / 1000, excess % 1000);
|
"limit_req: %i %ui.%03ui", rc, excess / 1000, excess % 1000);
|
||||||
|
|
||||||
if (rc == NGX_BUSY) {
|
if (rc == NGX_BUSY) {
|
||||||
ngx_shmtx_unlock(&ctx->shpool->mutex);
|
ngx_shmtx_unlock(&ctx->shpool->mutex);
|
||||||
@ -266,7 +266,7 @@ ngx_http_limit_req_delay(ngx_http_request_t *r)
|
|||||||
ngx_event_t *wev;
|
ngx_event_t *wev;
|
||||||
|
|
||||||
ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
||||||
"limit_req delay");
|
"limit_req delay");
|
||||||
|
|
||||||
wev = r->connection->write;
|
wev = r->connection->write;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user