qicosmos / cinatra

modern c++(c++20), cross-platform, header-only, easy to use http framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Highly concurrent downloading of 2m js files will increase memory usage

helintongh opened this issue · comments

这个应该是和response里面的字符串有关,server已经增加了set_shrink_to_fit接口,设置之后每次请求完成之后都会清理内存,可以再测试一下看看。