mirror of
https://github.com/nginx/nginx.git
synced 2026-09-16 20:39:43 +00:00
Synced ngx_http_subrequest() argument names (ticket #2255).
This commit is contained in:
parent
2a88047ac1
commit
6119609cae
1 changed files with 2 additions and 2 deletions
|
|
@ -502,8 +502,8 @@ ngx_int_t ngx_http_gzip_ok(ngx_http_request_t *r);
|
|||
|
||||
|
||||
ngx_int_t ngx_http_subrequest(ngx_http_request_t *r,
|
||||
ngx_str_t *uri, ngx_str_t *args, ngx_http_request_t **sr,
|
||||
ngx_http_post_subrequest_t *psr, ngx_uint_t flags);
|
||||
ngx_str_t *uri, ngx_str_t *args, ngx_http_request_t **psr,
|
||||
ngx_http_post_subrequest_t *ps, ngx_uint_t flags);
|
||||
ngx_int_t ngx_http_internal_redirect(ngx_http_request_t *r,
|
||||
ngx_str_t *uri, ngx_str_t *args);
|
||||
ngx_int_t ngx_http_named_location(ngx_http_request_t *r, ngx_str_t *name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue