cos-cpp-sdk-v5 icon indicating copy to clipboard operation
cos-cpp-sdk-v5 copied to clipboard

Results 9 cos-cpp-sdk-v5 issues
Sort by recently updated
recently updated
newest added

sdk貌似不支持 keepalive 然后我修改sdk源码后,强行在header中加入 Connection - keepalive 一次http 请求后,服务端 无视keepalive,依然关闭连接。 1、http协议的 keepalive 怎么设置,才能有效?因为我需要对 大量的key进行读取数据 2、请问有基于tcp协议的sdk吗? 3、假如一个key的数据很大,我看现在的处理是 写到文件,能设置回调分段处理吗(我拿到一部分就转发走)

CMAKE中使用了CMAKE_SOURCE_DIR这个变量,导致不能以第三方库的形式引入

编译代码时链接Poco出现问题,平台 Arch linux, 使用vcpkg管理第三方库 **Message** ``` ====================[ Build | TestCos | Debug ]================================= /home/cvrain/.local/share/JetBrains/Toolbox/apps/clion/bin/cmake/linux/x64/bin/cmake --build /mnt/Workspace/CLang/TestCos/cmake-build-debug --target TestCos -j 10 [1/1] Linking CXX executable TestCos FAILED: TestCos : && /usr/bin/clang++...

```void BaseResp::ParseFromHeaders(const std::map& headers)``` In this function, parameter ```headers``` is a map, keys in it maybe full lowercase in some environment, such as: ```c++ headers = { { "content-length": "5"...

1)break points for higher upload api; 2)callback for the higher upload api; 3)first version of the windows compatible;

详见sys/param.h:98:0 写法不一致的话,编译时如果同时引入两个头文件,会有warning