style fix: remove trailing spaces
Igor Sysoev
11 years ago
56 | 56 |
{
|
57 | 57 |
return ngx_http_next_header_filter(r);
|
58 | 58 |
}
|
59 | |
|
|
59 |
|
60 | 60 |
if (r->headers_in.if_unmodified_since) {
|
61 | 61 |
return ngx_http_test_precondition(r);
|
62 | 62 |
}
|
63 | |
|
|
63 |
|
64 | 64 |
if (r->headers_in.if_modified_since) {
|
65 | 65 |
return ngx_http_test_not_modified(r);
|
66 | 66 |
}
|