Jarle Aase

Results 78 comments of Jarle Aase

I'll take a look

This is an internal exception where the client either retries the request with the redirect-url or gives up, based on the redirect settings. At the time the server requests a...

I have added a callback that can look at redirects in "staging" branch. I'll have to write some tests and document it before I can release it in the master...

Interesting suggestion. I'll see what I can do :)

I can't do much without a backtrace from gdb. However, can you try the `k8deployer` branch in stead of `master`? It has some fixes that is not merged to `master`...

So, it segfaults here: ```c++ const auto bytes = conn->GetSocket().AsyncReadSome( {buffer_.data(), buffer_.size()}, ctx_.GetYield()); ``` The most reasonable explanation is that the rest client is being destroyed for example by the...

Did you look at the https://github.com/jgaa/restc-cpp/blob/master/build_vc2017.bat file? Builds of restc-cpp are tested on windows after each commit to the master branch.

It seems like boost 1.70 broke something. I'll fix it.

That is a good question. I spent quite some thing thinking about this when I started the project, and I still think about it. This design-choice boils down to finding...