Chrys4lisfag

Results 8 issues of Chrys4lisfag

I get this error on Win7. I defined _WIN32_WINNT_WIN=0x0601 but the error is still there. Are you sure your macros is working correctly? ![image](https://user-images.githubusercontent.com/14138706/63628721-ba60d880-c616-11e9-9c00-efead5f4e461.png) This API is only called in...

LNK2001_declspec(dllimport) public: __cdecl HttpRequest::HttpRequest(void)" (__imp_??0HttpRequest@@QEAA@XZ). __declspec(dllimport) public: virtual __cdecl HttpRequest::~HttpRequest(void)" (__imp_??1HttpRequest@@UEAA@XZ). "__declspec(dllimport) public: virtual void __cdecl HttpRequest::Reset(void)" (__imp_?Reset@HttpRequest@@UEAAXXZ). I build using mvsc visual studio.

How do I bind by domain that is under cloudflare as I usually do that in NGINX (server_name)?

I am trying to upload files to restsdk http server in multipart payload. When I check received buffer I see modified payload. Sending using cpr library ``` cpr::File config1{"test.exe"}; cpr::File...

### Is your feature request related to a problem? I have not found possibility to specify client SSL certificate from a buffer. Is there really no way of doing that?...

Feature :sparkles:
Needs Investigation :mag:

It is cool to see connection pool feature being developed right now! Currently I use my own very simple implementation and as I have full control of the pooled connection,...

enhancement

Is it safe to run mysql operation when using thread pool within another io context? Currently I run all operation within my main iocontext which is separate from mysql ctx...

bug

Decided to take a look at the framework and experienced some issues with VisualStudio (both MSVC\Clang) and Visual Code IDE. After the first adapter intellisense has issues in guessing the...

help wanted