Commit 9e494d27801c90007508939492d61dd117f29787

jeanne 2024-10-17T18:02:53

debug less

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/http/http_request.c b/http/http_request.c
index e4fcfba..cd705e6 100644
--- a/http/http_request.c
+++ b/http/http_request.c
@@ -102,7 +102,7 @@ s_tag * http_request_buf_parse (s_tag *req, s_buf *buf)
     body_str = &tmp_req.body.data.str;
     if (! buf_read(buf, content_length_uw, body_str))
       goto restore;
-    if (true) {
+    if (false) {
       err_inspect_str(body_str);
       err_write_1("\n");
     }