apisix
apisix copied to clipboard
help request: error `upstream prematurely closed connection while reading response header from upstream`
Current Behavior
upstream prematurely closed connection while reading response header from upstream
Expected Behavior
APISIX should be able to stably forward requests to upstream services and correctly return responses to clients upon receiving upstream service responses
Error Logs
No response
Steps to Reproduce
none
Environment
none
Could you please provide detailed reproduction steps?
You can try adjusting the timeout configuration in upstreams:
"timeout": {
"connect": 10,
"send": 10,
"read": 30
}
Doc: https://apisix.apache.org/docs/apisix/admin-api/#request-body-parameters-3
Hi @CCTV-six
Have you solved your problem?
If there is still a problem, please open it again.