Results 10 issues of dbit-xia

由于服务器上开放的端口有限,所以想通过"虚拟目录"来配置内网转发,请问楼主可以配置吗?

Is there a recommended json for grafana's dashboard? thanks

goal:enhancement

When request datasize between 131k and 165k , response time > 40ms else response time < 2ms OS: linux mint 20.3 (Una) unused container nginx version: nginx/1.23.0 njs version: nginx-module-njs_1.23.0+0.7.5-1_focal_amd64...

When request datasize between 131k and 165k , response time > **40ms** **else** response time < **2ms** I've tested many versions and this problem has appeared since 1.16 (1.27.0 problem...

needs Investigation 🔬

### Current State apisix version: 3.4.1 https://apisix.apache.org/docs/apisix/3.4/terminology/plugin/ ``` While configuring the same plugin, only one copy of the configuration is valid. The order of precedence is always Consumer > Consumer...

When nodejs-app already includes `Transfer-Encoding` in the response headers, Unit will add an additional one, causing abnormal forwarding in Traefik. ``` level=debug msg="'500 Internal Server Error' caused by: net/http: HTTP/1.x...

T-Defect

Do you accept the request? null value Object.keys throw Error

Hi, I use nodejs and found that the response of unit-http is missing `close` event and `writableEnded` property Version number: unit 1.32.0 The `close` event should be triggered after `response.end()`...

Hello, I'm using Node.js 8/12 and after running with unit for several hours, I encountered a strange issue. When not using unit, executing Redis commands consecutively with await 400,000 times...

**Version number: unit 1.32.1** When sending non-single byte text and specifying a non-UTF8 encoding, it will cause the server to hang, and all requests will stop responding! ``` return res.end("夏天",...