Fabian Sauter

Results 337 comments of Fabian Sauter

For me your example takes roughly 0.2 seconds to complete: ```log [fabian@fabian-linux build]$ time ./cpr_example http://www.httpbin.org/bytes/10960 200 application/octet-stream real 0m0.285s user 0m0.005s sys 0m0.008s ``` What version of cpr are...

What happens in case you reserve some space before doing the request like described here: https://docs.libcpr.org/advanced-usage.html#large-responses

Ah, you are using 1.6.2. There `cpr::ReserveSize` is not available. Any reason why you are using an outdated version of cpr?

Closing this one for now since it does not seam to be a cpr issue itself. Feel free to reopen in case this changes.

Sure! I assigned you to the issue. If you want, I can push the branch I started working on this, so you have a rough starting point and don't start...

Thanks for looking into this. I always was wondering if this test was even working at all. Now we have the confirmation. In my eyes we should still keep the...

No, `cpr` currently does not support websockets. I also do not know if `cpr` ever will support those, since I'm not aware that `curl` supports those either. @pramitbiswas Do you...

In theory yes, but right now it is still marked as experimental .

@emrahayanoglu could you create a PR for the `gh-pages` branche to update documentation for this please?

Hmm. I'm not aware of any solution for this. Any chance you know a way to do this is libcurl?