mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
style fix
This commit is contained in:
parent
ea8536b821
commit
50e1cc4560
@ -47,8 +47,8 @@ ngx_module_t ngx_http_not_modified_filter_module = {
|
|||||||
static ngx_http_output_header_filter_pt ngx_http_next_header_filter;
|
static ngx_http_output_header_filter_pt ngx_http_next_header_filter;
|
||||||
|
|
||||||
|
|
||||||
static
|
static ngx_int_t
|
||||||
ngx_int_t ngx_http_not_modified_header_filter(ngx_http_request_t *r)
|
ngx_http_not_modified_header_filter(ngx_http_request_t *r)
|
||||||
{
|
{
|
||||||
time_t ims;
|
time_t ims;
|
||||||
ngx_http_core_loc_conf_t *clcf;
|
ngx_http_core_loc_conf_t *clcf;
|
||||||
@ -92,8 +92,8 @@ ngx_int_t ngx_http_not_modified_header_filter(ngx_http_request_t *r)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static
|
static ngx_int_t
|
||||||
ngx_int_t ngx_http_not_modified_filter_init(ngx_conf_t *cf)
|
ngx_http_not_modified_filter_init(ngx_conf_t *cf)
|
||||||
{
|
{
|
||||||
ngx_http_next_header_filter = ngx_http_top_header_filter;
|
ngx_http_next_header_filter = ngx_http_top_header_filter;
|
||||||
ngx_http_top_header_filter = ngx_http_not_modified_header_filter;
|
ngx_http_top_header_filter = ngx_http_not_modified_header_filter;
|
||||||
|
Loading…
Reference in New Issue
Block a user