-
### Detailed Description of the Problem
I found that multiple _use_backend_ rules combined with map lookups don't work; only the first _use_backend_ rule seems to try a match, while subsequent rules …
-
-
-
-
### Checklist
- [X] I have verified this is the correct repository for opening this issue.
- [X] I have verified no other issues exist related to my request.
### Is Your Feature Request Related…
-
Hi,
while building on Debian 12 aka Bookworm i experience this issue with current git head: v5.25.0-204-g5723eaaa6
mkdir build && cd build && cmake .. && cmake --build .
```
inlined from ‘…
-
In nginx-lua/openresty, I can close the http response early (avoid my users waiting) and continue doing things that cost time on my server:
```
ngx.say("bye bye, my user")
ngx.eof()
local http=r…
-
-
-