comparison src/http/modules/ngx_http_headers_filter_module.c @ 709:3bd0d8642ad6

delete blank line
author Igor Sysoev <igor@sysoev.ru>
date Sat, 23 Sep 2006 13:02:57 +0000
parents 7e24168b0853
children 52d1379de54e
comparison
equal deleted inserted replaced
708:80112026a9c2 709:3bd0d8642ad6
205 } 205 }
206 206
207 cc->value.len = ngx_sprintf(cc->value.data, "max-age=%T", 207 cc->value.len = ngx_sprintf(cc->value.data, "max-age=%T",
208 conf->expires) 208 conf->expires)
209 - cc->value.data; 209 - cc->value.data;
210
211 } 210 }
212 } 211 }
213 } 212 }
214 } 213 }
215 214