change pr url to pr file url。

This commit is contained in:
王金海 2017-03-27 16:16:59 +08:00
parent e2dc578608
commit f95ee2b450

View File

@ -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