From 3995cb10dc33830cc415ece36e2bbf2c75400045 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 28 Aug 2018 00:00:44 +0800 Subject: [PATCH] =?UTF-8?q?gdb=E5=A2=9E=E5=8A=A0=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E7=9A=84=E8=87=AA=E5=8A=A8=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E8=BE=93=E5=87=BA=EF=BC=8C=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 1f60f6537..a9f2e3399 100644 --- a/TODO +++ b/TODO @@ -20,7 +20,7 @@ gfile文件stat信息使用gfsnotify进行缓存更新改进; ghttp.Server增加proxy功能特性,本地proxy和远程proxy,本地即将路由规则映射;远程即反向代理; gjson对大json数据的解析效率问题; ghttp增加route name特性,并同时支持backend和template(提供内置函数)引用,可以通过RedirectRoute方法给定route name和路由参数跳转到指定的路由地址上; - +ghttp日志增加客户端IP信息; DONE: