summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-09-24 11:54:35 +0200
committerdefault <nobody@localhost>2022-09-24 11:54:35 +0200
commite9afd7cd13d2e11e8602f6508bbea5e76db7018e (patch)
treefb97cfa4ff33c7b2368a4c2d6ba0e8d953565c5f /httpd.c
parenta7202dcd1cdb0d7ab796a653b82823ad72dd7c11 (diff)
More work.
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/httpd.c b/httpd.c
index 20ba763..8e40d55 100644
--- a/httpd.c
+++ b/httpd.c
@@ -106,11 +106,6 @@ void httpd_connection(int rs)
req = xs_httpd_request(f, &payload, &p_size);
- {
- xs *j = xs_json_dumps_pp(req, 4);
- printf("%s\n", j);
- }
-
req_hdrs = xs_dict_get(req, "headers");
method = xs_dict_get(req_hdrs, "method");