all repos — cgit @ e9cbdf64632fbe64d6b0c4974ac947ef954938e7

a hyperfast web frontend for git written in c

ui-shared: redirect should not exit early for cache

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Jason A. Donenfeld Jason@zx2c4.com
Fri, 26 Feb 2016 13:24:35 +0100
commit

e9cbdf64632fbe64d6b0c4974ac947ef954938e7

parent

09a3aa5ae7781a0e461373ede6bc10129cb3f5de

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

jump to
M ui-shared.cui-shared.c

@@ -702,7 +702,6 @@ htmlf("Status: %d %s\n", permanent ? 301 : 302, permanent ? "Moved" : "Found");

html("Location: "); html_url_path(url); html("\n\n"); - exit(0); } static void print_rel_vcs_link(const char *url)