NewLifeX / X

Core basic components: log (file / network), configuration (XML / JSON / HTTP), cache (memory / redis), network (TCP / UDP / HTTP), RPC framework, serialization (binary / XML / JSON), APM performance tracking. 核心基础组件,日志(文件/网络)、配置(XML/Json/Http)、缓存(内存/Redis)、网络(Tcp/Udp/Http)、RPC框架、序列化(Binary/XML/Json)、APM性能追踪。
https://newlifex.com
MIT License
1.76k stars 524 forks source link

使用StaticFilesHandler 时文件会被一直占用 #126

Closed DragonFlyEast closed 1 year ago

DragonFlyEast commented 1 year ago

感谢大佬的贡献,在使用X库时发现, 在HttpServer中启用StaticFilesHandler时, 无法对访问过的文件进行更新或删除。 谢谢!

AvenSun commented 1 year ago

have met similar problem.