Skip to content

Commit d09c7f5

Browse files
committed
fixed coding style of the labels.
1 parent ffa9ab7 commit d09c7f5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/ngx_http_srcache_fetch.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ ngx_http_srcache_access_handler(ngx_http_request_t *r)
262262
}
263263

264264
do_fetch_subrequest:
265+
265266
/* issue a subrequest to fetch cached stuff (if any) */
266267

267268
rc = ngx_http_srcache_fetch_subrequest(r, conf, ctx);

src/ngx_http_srcache_store.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ ngx_http_srcache_body_filter(ngx_http_request_t *r, ngx_chain_t *in)
507507
}
508508

509509
done:
510+
510511
return ngx_http_srcache_next_body_filter(r, in);
511512
}
512513

src/ngx_http_srcache_util.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,7 @@ ngx_http_srcache_response_no_cache(ngx_http_request_t *r,
619619
}
620620

621621
check_expires:
622+
622623
dd("valid_sec after processing cache-control: %d", (int) ctx->valid_sec);
623624

624625
if (ctx->valid_sec == 0) {

0 commit comments

Comments
 (0)