delete blank line
Igor Sysoev
15 years ago
1 changed file(s) with
0 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+0
-1
src/http/modules/ngx_http_headers_filter_module.c
less
more
206
206
cc->value.len = ngx_sprintf(cc->value.data, "max-age=%T",
207
207
conf->expires)
208
208
- cc->value.data;
209
210
209
}
211
210
}
212
211
}