]> gitweb.ps.run Git - ps-cgit/commitdiff
ui-patch: make sure to send http headers
authorChristian Hesse <mail@eworm.de>
Thu, 13 Aug 2015 22:02:50 +0000 (00:02 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 14 Aug 2015 10:35:25 +0000 (12:35 +0200)
Requesting a text/plain patch with bad commit id made cgit send text
without proper http headers. This results in "500 Internal Server Error"
with "Premature end of script headers" in server logs.
So print http headers before error message and return.

Signed-off-by: Christian Hesse <mail@eworm.de>
Reviewed-by: John Keeping <john@keeping.me.uk>

No differences found