diff options
Diffstat (limited to 'httpd.c')
| -rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -442,7 +442,7 @@ void httpd_connection(FILE *f) | |||
| 442 | if (p_state->use_fcgi) | 442 | if (p_state->use_fcgi) |
| 443 | xs_fcgi_response(f, status, headers, body, b_size, fcgi_id); | 443 | xs_fcgi_response(f, status, headers, body, b_size, fcgi_id); |
| 444 | else | 444 | else |
| 445 | xs_httpd_response(f, status, headers, body, b_size); | 445 | xs_httpd_response(f, status, http_status_text(status), headers, body, b_size); |
| 446 | 446 | ||
| 447 | fclose(f); | 447 | fclose(f); |
| 448 | 448 | ||