From f95ee2b450f613ddd4f5ea597111ba29ecf8e393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=87=91=E6=B5=B7?= Date: Mon, 27 Mar 2017 16:16:59 +0800 Subject: [PATCH] =?UTF-8?q?change=20pr=20url=20to=20pr=20file=20url?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sections/network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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