Fabian Sauter
Fabian Sauter
I'm failing to reproduce this. I created a PR with a few test cases for it. What am I doing wrong here? https://github.com/libcpr/cpr/pull/936
@kareemrt thanks for reporting! Based on a quick test, this looks to be a multithreading issue. Perhaps not everything is declared thread local. Might be an issue with how we...
@Triasmus thanks for taking the time to create such a well written feature request! I agree, such an option would be a great way to improve usability. Accessing `cpr::Parameter` directly...
Hi @crazydef, thanks for reporting this. I see your point there. But based on my experience using libcurl, this is not really possible (as far as I'm aware). A quick...
@Aposhian thanks for opening this issue! We actually already had a few tries of people creating a .deb package ([here](https://github.com/libcpr/cpr/blob/master/.github/workflows/build-deb.yml)). All of them failed at some point. Using CPack would...
@RogueScholar thanks for sharing this! You are more than welcome to upstream your cpack changes here. I think this would be a great addition.
@ChrisDirkis Thanks for creating this feature request. I agree, this would be a nice feature. Performing an `async` request is minimal more expensive but definitely the way to go here....
@sunkhaskasis I added it to my backlog.
Thanks for taking a look at it! Yes, I will solve the struct thing. Just needs a bit more template magic. Sadly this will have to wait for ~2 weeks...