delete blank line

This commit is contained in:
Igor Sysoev 2006-09-23 13:02:57 +00:00
parent 92da28f5f8
commit 331d71c41e

View File

@ -207,7 +207,6 @@ ngx_http_headers_filter(ngx_http_request_t *r)
cc->value.len = ngx_sprintf(cc->value.data, "max-age=%T",
conf->expires)
- cc->value.data;
}
}
}