Commit 90f0484dfc8114a95df6aa4c160a7c8e1593ebd7

Thomas de Grivel 2024-09-11T17:00:48

debug

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 1e62e9c..53d645a 100644
--- a/http/http_request.c
+++ b/http/http_request.c
@@ -91,7 +91,7 @@ s_tag * http_request_buf_parse (s_tag *req, s_buf *buf)
   buf_save_init(buf, &save);
   if (! http_request_buf_parse_method(buf, &tmp_req.method))
     goto restore;
-  if (false) {
+  if (true) {
     err_write_1("http_request_buf_parse: method: ");
     err_inspect_sym(&tmp_req.method);
     err_write_1("\n");