We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4adc17 commit 40f9bdbCopy full SHA for 40f9bdb
2 files changed
locale/zh-cn/docs/guides/diagnostics/index.md
@@ -14,4 +14,4 @@ layout: docs.hbs
14
15
* [内存诊断相关](/zh-cn/docs/guides/diagnostics/memory)
16
* [在线调试](/zh-cn/docs/guides/diagnostics/live-debugging)
17
-* [低效率运行](/en/docs/guides/diagnostics/poor-performance)
+* [低效率运行](/zh-cn/docs/guides/diagnostics/poor-performance)
locale/zh-cn/docs/guides/security/index.md
@@ -49,7 +49,7 @@ const server = net.createServer(function(socket) {
49
server.listen(5000, '0.0.0.0');
50
```
51
52
-此处如果接受一个 _非法请求_,服务器就可能崩溃了。
+此处如果接受一个 _非法请求_ ,服务器就可能崩溃了。
53
54
另一个案例 [Slowloris][] 并非是通过请求的内容发动拒绝式服务攻击。
55
在这个攻击中,HTTP请求发送既慢又散,每次就发送一点点内容,这样就会导致服务器为等待完整
0 commit comments