diff options
| -rw-r--r-- | xs_httpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -264,7 +264,7 @@ void xs_httpd_response(FILE *f, int status, d_char *headers, char *body, int b_s | |||
| 264 | xs *proto; | 264 | xs *proto; |
| 265 | char *p, *k, *v; | 265 | char *p, *k, *v; |
| 266 | 266 | ||
| 267 | proto = xs_fmt("HTTP/1.1 %d", status); | 267 | proto = xs_fmt("HTTP/1.1 %d ", status); |
| 268 | fprintf(f, "%s\r\n", proto); | 268 | fprintf(f, "%s\r\n", proto); |
| 269 | 269 | ||
| 270 | p = headers; | 270 | p = headers; |