diff --git a/sections/network.md b/sections/network.md index 3d037fb..2d4eceb 100644 --- a/sections/network.md +++ b/sections/network.md @@ -218,7 +218,7 @@ Node.js 中的 `http.Agent` 用于池化 HTTP 客户端请求的 socket (pooling [socket 复用情况讨论](https://github.com/ElemeFE/node-interview/issues/19) [此bug 讨论 issue](https://github.com/nodejs/node/issues/9268) [引入此 bug 的 commit](https://github.com/nodejs/node/blob/ee7af01b93cc46f1848f6962ad2d6c93f319341a/lib/_http_client.js#L565) -[解决此 bug 的 pr](https://github.com/nodejs/node/pull/9440) +[解决此 bug 的 pr](https://github.com/nodejs/node/pull/9440/files) (本组的同学有在整理这方面的文章, 请期待) ### socket hang up