aboutsummaryrefslogtreecommitdiff
path: root/xs_httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'xs_httpd.h')
-rw-r--r--xs_httpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs_httpd.h b/xs_httpd.h
index 0f03599..9be51e6 100644
--- a/xs_httpd.h
+++ b/xs_httpd.h
@@ -109,7 +109,7 @@ xs_dict *xs_httpd_request(FILE *f, xs_str **payload, int *p_size)
body = xs_append_m(body, chunk, chunk_size);
/* read trailing \r\n after chunk data */
- xs_readline(f);
+ xs *dummy = xs_readline(f);
}
*p_size = xs_size(body) - 1; /* subtract trailing null */