Fix redundancy in example

Check [Redundant code #36](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/36)
This commit is contained in:
Khoi Hoang
2022-08-20 12:03:14 -04:00
committed by GitHub
parent d6e0fbac77
commit 2b193f78d3

View File

@ -115,10 +115,6 @@ void sendRequest1()
void sendRequests()
{
for (int index = 0; index < NUM_DIFFERENT_SITES; index++)
{
reqCount[index] = 2;
}
reqCount[0] = NUM_ENTRIES_SITE_0;
reqCount[1] = NUM_ENTRIES_SITE_1;
}