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

中文文件名称下载失败

blackStar1314 opened this issue · comments

测试用例:http://ip:port/Local/1 - 副本 (17).mp3
postman:
image

关键代码段:
image
原因:
std::ifstream 对于utf8编码字符串文件路径,打开异常

处理方式:
http请求参数默认utf8编码,使用file_system::u8path转码下
image
可用考虑处理下,谢谢!

已经修复,谢谢指出。
a385f68