SiyiJia

Results 2 issues of SiyiJia

I understand Casablanca has supported both TLS 1.1 and TLS1.2 since version 2.10. As the codes described below, it enables TLS 1.1 and 1.2 via `WINHTTP_OPTION_SECURE_PROTOCOLS`. ``` #if (_WIN32_WINNT >=...

My program crashes when passing a REST request with special characters in the request header. My request is like PUT `xxxx:port/api/test` Header: name: äüöß" The call stack can be found...