manuel76413
manuel76413
Hi helintongh, thanks for your reply. you get the correct status 200, so ... I don't know which part is faulty, maybe the program linked to the wrong SSL library...
and I reported a typo, in **coro_http_client**.hpp, **init_config** function, if (!conf.proxy_host.empty()) { I think should call set_proxy, but the current code calls set_proxy_basic_auth. Is this a typo?
> Use http, maybe your proxy software does not support https. > > My vpn doesn't support it. > > Like this: > >  > > According to your...
> in [pr](https://github.com/qicosmos/cinatra/pull/595) solve this question. > > example code is as following: > > ```c++ > #include > > #include "../include/cinatra.hpp" > #include "cinatra/ylt/metric/gauge.hpp" > #include "cinatra/ylt/metric/histogram.hpp" > #include...
> Can you reproduce in a simple example program? I cannot, this problem happens occasionally, so it's difficult enough for me to reproduce it. But when I run my concurrent...
it seems dead