Skip to content
This repository has been archived by the owner on Feb 28, 2019. It is now read-only.

v0.16.1-dev

Pre-release
Pre-release
Compare
Choose a tag to compare
@aploium aploium released this 11 May 02:14
· 424 commits to master since this release

新特性(相比之前一个pre-release):
1.比之前快大约10倍的页面重写速度
(In an Ramnode 256M OpenVZ VPS, rewrite google home page's time, reduced from 470ms to 46ms)
2.全新的CDN支持系统, 支持基于MIME的静态资源重写、资源被多次访问才使用CDN。 即使无法硬重写动态产生的资源请求,也支持301/307重定向到CDN.
3.支持json-like 内容重写 (如:不规范的json、被js包裹的json、多个json混杂在同一个响应中)
4.大量bug修复