Download raw body.
diff httpd: avoid misleading syslog warnings
access() is the system call noone should call, because it always introduces a TOCTOU problem. Only introduce a TOCTOU problem if there is no other way.
diff httpd: avoid misleading syslog warnings