MikolajMarkiel

Results 2 issues of MikolajMarkiel

The code provides a `Range` header only to HTTP 1.0 and not for HTTP 1.1. Is that for sure correct? Shouldn't be that reversed? ```c if (op == HTTPC_GET &&...

bug

Is there a way to disable retry mechanism? Right now I see we can reduce connection attempt to a minimum 1 so we can't avoid retrying connection it at least...