Baoyuantop commented on issue #12512: URL: https://github.com/apache/apisix/issues/12512#issuecomment-3317166152
> [@SkyeYoung](https://github.com/SkyeYoung) As you said you were not able to reproduce the issue I created a small reproduction repository: https://github.com/Mairu/apisix-issue-12512-repro Hi @Mairu, I tried the reproducible example you provided, but didn't get the same error log as yours. Here's mine: ``` 2025/09/22 06:26:17 [error] 37#37: *19856 upstream timed out (110: Connection timed out) while connecting to upstream, client: 192.168.107.1, server: _, request: "GET /v1/my-service/test HTTP/1.1", upstream: "http://198.18.1.111:80/anything/test", host: "localhost:9080" 192.168.107.1 - - [22/Sep/2025:06:26:17 +0000] localhost:9080 "GET /v1/my-service/test HTTP/1.1" 200 358 60.122 "-" "curl/8.7.1" 198.18.1.111:80, 192.168.107.2:80 504, 200 60.005, 0.086 "http://echo-server:80/anything/test" 2025/09/22 06:28:29 [error] 40#40: *29595 upstream timed out (110: Connection timed out) while connecting to upstream, client: 192.168.107.1, server: _, request: "GET /v1/my-service/test HTTP/1.1", upstream: "http://198.18.1.111:80/anything/test", host: "localhost:9080" 192.168.107.1 - - [22/Sep/2025:06:28:29 +0000] localhost:9080 "GET /v1/my-service/test HTTP/1.1" 200 358 60.075 "-" "curl/8.7.1" 198.18.1.111:80, 192.168.107.2:80 504, 200 60.005, 0.044 "http://echo-server:80/anything/test" ``` -- 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]
