Skip to content
Snippets Groups Projects
Commit e31416a9 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

Fix

parent f49d7370
No related branches found
No related tags found
No related merge requests found
Pipeline #7221 passed with stage
in 11 seconds
...@@ -388,7 +388,6 @@ static void s_http_client_headers_read( dap_http_client_t *a_http_client, void * ...@@ -388,7 +388,6 @@ static void s_http_client_headers_read( dap_http_client_t *a_http_client, void *
} else { } else {
log_it( L_DEBUG, "No data section, execution proc callback" ); log_it( L_DEBUG, "No data section, execution proc callback" );
a_http_client->_inheritor = NULL; a_http_client->_inheritor = NULL;
l_http_simple->http_client_uuid = a_http_client->esocket->uuid;
dap_events_socket_remove_from_worker_unsafe(l_http_simple->esocket ,l_http_simple->worker); dap_events_socket_remove_from_worker_unsafe(l_http_simple->esocket ,l_http_simple->worker);
dap_proc_queue_add_callback_inter( l_http_simple->worker->proc_queue_input, s_proc_queue_callback, l_http_simple); dap_proc_queue_add_callback_inter( l_http_simple->worker->proc_queue_input, s_proc_queue_callback, l_http_simple);
......
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