Skip to content
Snippets Groups Projects
Commit bc6bdb83 authored by oljas.jarasbaev's avatar oljas.jarasbaev
Browse files

[*] fix err

parent c683150a
No related branches found
No related tags found
2 merge requests!436Hotfixes 15 11,!413Feature 9526
Pipeline #46235 passed with stage
in 10 minutes and 46 seconds
...@@ -179,8 +179,6 @@ void dap_json_rpc_http_proc(dap_http_simple_t *a_http_simple, void *a_arg) ...@@ -179,8 +179,6 @@ void dap_json_rpc_http_proc(dap_http_simple_t *a_http_simple, void *a_arg)
// DAP_PROTOCOL_VERSION, l_enc_type, l_enc_headers); // DAP_PROTOCOL_VERSION, l_enc_type, l_enc_headers);
*return_code = Http_Status_OK; *return_code = Http_Status_OK;
log_it(L_INFO," New stream session %u initialized",l_stream_session->id);
// DAP_DELETE(l_key_str); // DAP_DELETE(l_key_str);
enc_http_reply_encode(a_http_simple,l_dg); enc_http_reply_encode(a_http_simple,l_dg);
// dap_enc_ks_delete(l_hdr_key_id->value); // dap_enc_ks_delete(l_hdr_key_id->value);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment