summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--xs_httpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs_httpd.h b/xs_httpd.h
index 8aec996..4cc8263 100644
--- a/xs_httpd.h
+++ b/xs_httpd.h
@@ -71,7 +71,7 @@ xs_dict *xs_httpd_request(FILE *f, xs_str **payload, int *p_size)
71 71
72 *cnt++ = '\0'; 72 *cnt++ = '\0';
73 cnt += strspn(cnt, " \r\n\t\v\f"); 73 cnt += strspn(cnt, " \r\n\t\v\f");
74 xs_rstrip_chars_i(l, " \r\n\t\v\f"); 74 l = xs_rstrip_chars_i(l, " \r\n\t\v\f");
75 75
76 if (!xs_is_string(cnt)) 76 if (!xs_is_string(cnt))
77 continue; 77 continue;