all repos — cgit @ a6a11125283cd159bbd22e4e3c619bccad1162df

a hyperfast web frontend for git written in c

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)>
Lars Hjemli larsh@hal-2004.(none)
Fri, 05 Jan 2007 18:18:58 +0100
commit

a6a11125283cd159bbd22e4e3c619bccad1162df

parent

52e605caf573fa20fdd4fbac5e1cc69b7740b1f5

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M cgit.ccgit.c

@@ -153,6 +153,7 @@ cgit_parse_args(argc, argv);

cgit_parse_query(cgit_querystring, cgit_querystring_cb); if (cgit_nocache) { + cache_prepare(&item); item.fd = STDOUT_FILENO; cgit_fill_cache(&item); } else {