Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locale/zh-cn/docs/guides/diagnostics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ layout: docs.hbs

* [内存诊断相关](/zh-cn/docs/guides/diagnostics/memory)
* [在线调试](/zh-cn/docs/guides/diagnostics/live-debugging)
* [低效率运行](/en/docs/guides/diagnostics/poor-performance)
* [低效率运行](/zh-cn/docs/guides/diagnostics/poor-performance)
2 changes: 1 addition & 1 deletion locale/zh-cn/docs/guides/security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const server = net.createServer(function(socket) {
server.listen(5000, '0.0.0.0');
```

此处如果接受一个 _非法请求_,服务器就可能崩溃了。
此处如果接受一个 _非法请求_ ,服务器就可能崩溃了。

另一个案例 [Slowloris][] 并非是通过请求的内容发动拒绝式服务攻击。
在这个攻击中,HTTP请求发送既慢又散,每次就发送一点点内容,这样就会导致服务器为等待完整
Expand Down