ui-shared: redirect should not exit early for cache
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
这个提交包含在:
父节点
09a3aa5ae7
当前提交
e9cbdf6463
@ -702,7 +702,6 @@ void cgit_redirect(const char *url, bool permanent)
|
|||||||
html("Location: ");
|
html("Location: ");
|
||||||
html_url_path(url);
|
html_url_path(url);
|
||||||
html("\n\n");
|
html("\n\n");
|
||||||
exit(0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void print_rel_vcs_link(const char *url)
|
static void print_rel_vcs_link(const char *url)
|
||||||
|
正在加载...
在新工单中引用
屏蔽一个用户