Gang Chen
Gang Chen
## Purpose always abort socket if `consumeBody` throw error. ## Changes ensure to call `body.destroy()` if `consumeBody` throw error. ## Additional information There is [a same issue](https://github.com/node-fetch/node-fetch/pull/1557) for v2, and...
## Purpose Fix: the socket is hangup although the body is aborted. ## Changes Destroy socket if body is aborted. ## Additional information see [demo](https://github.com/MoonBall/node-fetch-hangup-demo) for reproduction. ___ - [...
- [x] I have checked the [discussions](https://github.com/ctripcorp/apollo/discussions) - [x] I have searched the [issues](https://github.com/ctripcorp/apollo/issues) of this repository and believe that this is not a duplicate. - [x] I have checked...
**请简单描述bug的场景** /openapi/v1/envs/{env}/apps/{appId}/clusters/{clusterName}/namespaces 使用该 openapi 查询 nanmespace **如何重现** 同上 **期望** 期望返回的 items[0].value 是发布后的值,但当前是未发布的值。 **截图** **Agollo 版本 :** - 系统版本: java-1.9.1 - agollo v4.2.0 **日志信息** 无 **其他上下文** 无
modify doc
There is an error when run `make gtest-compile`. This PR will fix it. ``` clang: error: no such file or directory: 'gtest-compile.cc' ```
My v8 version is `9.9.1`. I executed commands as below: ``` make configure_v8 make compile_v8 make hello-world && ./hello-world # it's ok make test/object_test # throw error as below ```...