From: Lars Hjemli Date: Sun, 18 May 2008 21:59:11 +0000 (+0200) Subject: cache.c: do not ignore errors from print_slot() X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/af2e75616d1bfb7dc79d299d10ae0bd39bef47bc?hp=af2e75616d1bfb7dc79d299d10ae0bd39bef47bc cache.c: do not ignore errors from print_slot() If print_slot() fails, the client will be served an inferior response. This patch makes sure that such an error will be returned to main(), which in turn will try to inform about the error in the response itself. The error is also printed to the cache_log, i.e. stderr, which will make the error message appear in error_log (atleast when httpd==apache). Noticed-by: Jim Meyering Signed-off-by: Lars Hjemli ---