mirror of
https://github.com/nginx/nginx.git
synced 2024-12-22 15:13:28 -06:00
delete stale comments
This commit is contained in:
parent
70485d6b7c
commit
23d053fa97
@ -224,8 +224,6 @@ ngx_http_userid_filter(ngx_http_request_t *r)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ctx->status == NGX_DECLINED */
|
|
||||||
|
|
||||||
if (ngx_http_userid_set_uid(r, ctx, conf) == NGX_OK) {
|
if (ngx_http_userid_set_uid(r, ctx, conf) == NGX_OK) {
|
||||||
return ngx_http_next_header_filter(r);
|
return ngx_http_next_header_filter(r);
|
||||||
}
|
}
|
||||||
@ -258,8 +256,6 @@ ngx_http_userid_got_variable(ngx_http_request_t *r,
|
|||||||
return ngx_http_userid_variable(r, v, &conf->name, ctx->uid_got);
|
return ngx_http_userid_variable(r, v, &conf->name, ctx->uid_got);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ctx->status == NGX_DECLINED */
|
|
||||||
|
|
||||||
v->not_found = 1;
|
v->not_found = 1;
|
||||||
|
|
||||||
return NGX_OK;
|
return NGX_OK;
|
||||||
|
Loading…
Reference in New Issue
Block a user