Skip to content
Snippets Groups Projects
Commit 4fa4ef99 authored by Constantin P.'s avatar Constantin P. 💬
Browse files

Merge branch 'fix_server_error' into 'master'

fix_server_error

See merge request !376
parents e8533509 0f43671c
No related branches found
No related tags found
1 merge request!376fix_server_error
Pipeline #44357 passed with stage
in 29 minutes and 18 seconds
......@@ -494,7 +494,6 @@ void dap_http_client_read( dap_events_socket_t *a_esocket, void *a_arg )
// No data, its over
dap_http_client_write(l_http_client);
else {
l_http_client->state_read = DAP_HTTP_CLIENT_STATE_NONE;
a_esocket->buf_in_size = 0;
break;
}
......
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