summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index 1c60a56..d566b1e 100644
--- a/httpd.c
+++ b/httpd.c
@@ -442,7 +442,7 @@ void httpd_connection(FILE *f)
if (p_state->use_fcgi)
xs_fcgi_response(f, status, headers, body, b_size, fcgi_id);
else
- xs_httpd_response(f, status, headers, body, b_size);
+ xs_httpd_response(f, status, http_status_text(status), headers, body, b_size);
fclose(f);