quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

commit e3da0f398f4a5e22cc836c98841ffe5931364b7f
parent 3558a050fa556e6a6342888b9ad60a04430b0277
Author: Florian Dold <florian@dold.me>
Date:   Tue, 27 Feb 2024 18:47:47 +0100

-logging

Diffstat:
Mquickjs/quickjs-http.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/quickjs/quickjs-http.c b/quickjs/quickjs-http.c @@ -269,8 +269,6 @@ create_impl(void *cls, struct JSHttpRequestInfo *req_info) assert(0); } - printf("request body len %llu:\n", (unsigned long long) req_info->req_body_len); - if (0 == strcasecmp(req_info->method, "get")) { curl_easy_setopt(curl, CURLOPT_HTTPGET, 1L); } else if (0 == strcasecmp(method, "delete")) {