forked from devfeel/dotweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 主要新增设置启用详细请求数据控制,新增MethodNotAllowedHandler自定义能力,完善数据统计逻辑 * 新增设置启用详细请求数据控制: * 1) ServerStateInfo增加EnabledDetailRequestData,用于控制是否启用详细请求数据统计 * 2) config.ServerConfig增加EnabledDetailRequestData设置,支持配置文件控制 * 3) HttpServer增加SetEnabledDetailRequestData函数,用于代码设置是否启用详细请求数据统计 * 4) fixed devfeel#63 状态数据,当url较多时,导致内存占用过大 * 新增MethodNotAllowedHandler自定义能力 * 1) dotweb增加DefaultMethodNotAllowedHandler、SetMethodNotAllowedHandle函数 * 完善数据统计逻辑 * 1) 404请求不计入详细请求数据统计 * 2017-10-13 12:00
- Loading branch information
Showing
9 changed files
with
227 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.