]> git.cameronkatri.com Git - cgit.git/commit
snapshot: don't reimplement cgit_print_error_page()
authorJohn Keeping <john@keeping.me.uk>
Fri, 14 Aug 2015 11:47:09 +0000 (12:47 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 14 Aug 2015 13:46:51 +0000 (15:46 +0200)
commitfd00e71ab7cf1eabd8d1fc2e5980055350849034
tree0f206d7e919bcd301f17278fd0e9c37fb2559a12
parent58e827cbd9811500f72bf25b1db569b208661618
snapshot: don't reimplement cgit_print_error_page()

cgit_print_error_page() has the advantage that it sets a suitable HTTP
status code for the response.  Note that setting "mimetype" is redundant
here since it cannot have changed since being initialized in
cgit.c::prepare_context(), so we do not need to worry that
cgit_print_error_page() does not set it.

Signed-off-by: John Keeping <john@keeping.me.uk>
ui-snapshot.c