-
Notifications
You must be signed in to change notification settings - Fork 2.5k
8000 使用 Lua 模块的 ngx.location.capture 时 504 #1991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
日志
|
由于初始化 lua subreqeust 时没有对 connect_time 进行初始化
导致添加了 timeout 为 0 的定时器 修复建议: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ⅰ. Issue Description
使用 Lua 模块的 ngx.location.capture api 时报错 504
Ⅱ. Describe what happened
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
sbin/nginx -V
):Tengine version: Tengine/3.1.0
nginx version: nginx/1.24.0
built by gcc 12.2.0 (Debian 12.2.0-14)
built with OpenSSL 3.0.15 3 Sep 2024
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --with-ld-opt='-Wl,-rpath,/usr/local/luajit/lib,--as-needed -pie' --add-module=modules/ngx_http_lua_module --with-debug --with-cc-opt='-g -O0'
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
uname -a
):The text was updated successfully, but these errors were encountered: