Baoyuantop commented on issue #2721: URL: https://github.com/apache/apisix-ingress-controller/issues/2721#issuecomment-3949730173
The `send_timeout` directive in nginx is a static directive that can only be configured at the `http/server/location` block level and cannot be dynamically modified at runtime in Lua. APISIX routing is runtime-driven, and its plugin ecosystem does not provide an API to modify `nginx send_timeout`. Therefore, without modifying the APISIX kernel (which requires a separate nginx location block for each route, or calling `ngx.var.send_timeout` via Lua—a variable not present in the nginx core variable set), this functionality is architecturally impossible to implement within the current APISIX framework. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
