-
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 38 replies
-
|
I'm not sure what I can say here, on the one side I don't see a down side of keeping proxy (request) buffering enabled. But still this does not look normal, but I also don't see that I can change here much since if it is an issue then it would need to be fixed in nginx. Can you confirm if it is related to buffering, so is the usage less with buffering disabled? |
Beta Was this translation helpful? Give feedback.
-
|
Hello proxy_buffering off;When it isn't commented, CPU get 100% usage, causing the reverse proxy mafunctionning... Before the new version 2026, there was no problems with this line... |
Beta Was this translation helpful? Give feedback.
-
|
for me, my use cases don't require the option at all. I just removed it and am moving on. Just chiming in here as a data point that the issue with that option only appeared recently |
Beta Was this translation helpful? Give feedback.
-
|
I try to reproduce this and fix this, please give me some time |
Beta Was this translation helpful? Give feedback.
-
|
I noticed that the CPU Bug appears, when there is a upstream host which cant be reachable. |
Beta Was this translation helpful? Give feedback.
-
|
I can confirm this, it seems to be related to zstd. this does not work: this works: |
Beta Was this translation helpful? Give feedback.







I fixed this by applying this patch: tokers/zstd-nginx-module#23
You can expect a fixed release today