Skip to content
Snippets Groups Projects
Unverified Commit 93a1b13e authored by Kurotych Anatolii's avatar Kurotych Anatolii Committed by GitHub
Browse files

Merge pull request #10 from IvanDeniskin/master

Incorrect return of reаd bytes in http_simple
parents 813167b5 cb33ccd6
No related branches found
No related tags found
No related merge requests found
......@@ -230,9 +230,9 @@ void dap_http_simple_data_read(dap_http_client_t * cl_ht,void * arg)
{
// bool isOK=true;
log_it(L_DEBUG,"Data collected");
*ret=cl_ht->client->buf_in_size;
queue_http_request_put(shs);
}
*ret=cl_ht->client->buf_in_size;
}
......
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