diff --git a/Changelist-3.x.md b/Changelist-3.x.md index e136fa6c..3c6fa9b8 100644 --- a/Changelist-3.x.md +++ b/Changelist-3.x.md @@ -1,10 +1,11 @@ -# v3.0.13 20221027 +# v3.0.13 20221117 ### en - Fix: TC_Port::getSystemMemInfo not close fd bug - Fix: threadpool waitForAllDone not quit bug in some time - Fix: tc_common str2tm add memset tm - Fix: QueueMode bug when fd=-1 - Fix: tarsmerge bug when multi tars files, orderFileNames.erase(it->second) cause crash +- Fixed the HTTP client crash when compiling with SSL and the unusable HTTP client when compiling without SSL - Fix: [MSVC][std:c++latest] Fix compiler error - Feat: tc_http dorequest support https - Feat: ServantHandle&async_callback支持右值引用参数 @@ -17,6 +18,7 @@ - 修复: 服务QueueMode模式下fd=-1导致进错队列的bug - 修复: tars2merge 多层嵌套tars文件,当第二次移除同一元素时会崩溃 orderFileNames.erase(it->second); - 修复: [MSVC][std:c++latest] 修复编译错误 +- 修复: tc http在https模式下http doRequest的crash - 新增: 新增 PushCallbackDemo - 新增: tc_http dorequest 支持 https - 新增: ServantHandle&async_callback支持右值引用参数 diff --git a/examples/PushCallbackDemo/Server/Hello.h b/examples/PushCallbackDemo/Server/Hello.h index f090c5f6..362ba764 100644 --- a/examples/PushCallbackDemo/Server/Hello.h +++ b/examples/PushCallbackDemo/Server/Hello.h @@ -1,6 +1,6 @@ // ********************************************************************** // This file was generated by a TARS parser! -// TARS version 3.0.12. +// TARS version 3.0.13. // ********************************************************************** #ifndef __HELLO_H_ diff --git a/examples/PushCallbackDemo/Server/Push.h b/examples/PushCallbackDemo/Server/Push.h index e374288d..18de8b56 100644 --- a/examples/PushCallbackDemo/Server/Push.h +++ b/examples/PushCallbackDemo/Server/Push.h @@ -1,6 +1,6 @@ // ********************************************************************** // This file was generated by a TARS parser! -// TARS version 3.0.12. +// TARS version 3.0.13. // ********************************************************************** #ifndef __PUSH_H_