修复: 升级框架并完善报告导出

- 升级 Drogon 和 Trantor,修复畸形请求导致的连接计数泄漏\n- 增加第三方框架版本校验与自动重建\n- 完善完整报告导出和接口文档
This commit is contained in:
cloud
2026-08-10 09:50:09 +08:00
parent 99ed321d24
commit 0e28826073
82 changed files with 3095 additions and 566 deletions
+3
View File
@@ -66,3 +66,6 @@ void version::handleCommand(std::vector<std::string> &parameters)
std::cout << " yaml-cpp: no\n";
#endif
}
// See create.cc for rationale.
template class drogon::DrObject<drogon_ctl::version>;