Stabilize Conan build and remove stale TLS code
Simplifies the active Windows build path around Boost.Beast/OpenSSL, fixes VS2017/clang-cl compatibility, and removes unused BearSSL/WinHTTP remnants so the project builds and tests cleanly. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -15,8 +15,7 @@ struct HttpResponse {
|
||||
|
||||
/*
|
||||
* HTTPS 客户端统一接口
|
||||
* Windows: WinHTTP 实现 (零依赖)
|
||||
* 其他平台: Boost.Beast + OpenSSL 实现
|
||||
* 所有平台统一使用 Boost.Beast + OpenSSL 实现
|
||||
*/
|
||||
class HttpClient {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user