From 600e7eba3f0a3ffc6002d5278903892843d735a9 Mon Sep 17 00:00:00 2001 From: 李佳 Date: Wed, 10 Apr 2024 13:51:41 +0000 Subject: add http_message_get_transaction_seq() API; add base64 encode format for... --- test/http_decoder_stub.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/http_decoder_stub.cpp') diff --git a/test/http_decoder_stub.cpp b/test/http_decoder_stub.cpp index c879630..77a1483 100644 --- a/test/http_decoder_stub.cpp +++ b/test/http_decoder_stub.cpp @@ -30,7 +30,7 @@ extern "C" assert(node != NULL || name != NULL); if (g_fake_stellar->http_plug_test_result_root) { - cJSON_AddStringToObject(node, "__X_HTTP_RESULT_INDEX", name); + // cJSON_AddStringToObject(node, "__X_HTTP_RESULT_INDEX", name); cJSON_AddItemToArray(g_fake_stellar->http_plug_test_result_root, node); return 0; } -- cgit v1.2.3