Geramy

Results 101 comments of Geramy

I propose putting it in error.h ``` struct RedirectException : public RestcCppException { RedirectException(const RedirectException&) = default; RedirectException(RedirectException &&) = default; RedirectException(int redirCode, std::string redirUrl) : code{redirCode}, url{std::move(redirUrl)}, RestcCppException("Redirect Exception")...

For some reason I still can't actually catch the exception, I just get SIGABRT.

I would like to catch the redirect myself and figure out if I want to continue through the redirection or not. But I would also like to read the Location...

@jgaa if you look at the command above, when it compiles it does link those boost libraries, I can take the same project in codelite on my ubuntu machine and...

Also the debugger needs to detect that the pipe is still open but the Virtual Machine software has crashed. So that you dont have to close all visual studio windows...