mirror of
https://git.zx2c4.com/cgit
synced 2025-07-10 10:14:34 +02:00
Use TTL-settings even in nocache mode
In nocace mode an uninitialized ttl-setting was used to generate http-Expires header. Fix it. Signed-off-by: Lars Hjemli <larsh@hal-2004.(none)>
This commit is contained in:
parent
52e605caf5
commit
a6a1112528
1 changed files with 1 additions and 0 deletions
1
cgit.c
1
cgit.c
|
@ -153,6 +153,7 @@ int main(int argc, const char **argv)
|
||||||
cgit_parse_query(cgit_querystring, cgit_querystring_cb);
|
cgit_parse_query(cgit_querystring, cgit_querystring_cb);
|
||||||
|
|
||||||
if (cgit_nocache) {
|
if (cgit_nocache) {
|
||||||
|
cache_prepare(&item);
|
||||||
item.fd = STDOUT_FILENO;
|
item.fd = STDOUT_FILENO;
|
||||||
cgit_fill_cache(&item);
|
cgit_fill_cache(&item);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue