-
Notifications
You must be signed in to change notification settings - Fork 401
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
Envoy route timeout can't custom modifycation #1169
Comments
Can you provide more details? I do not quite understand your point. For a better look, plz provide steps you did and logs you had, also your environment etc. |
ok, I use envoy gateway in k8s, then I set HTTPRoute to my application service. Using the Envoy gateway program and HTTP protocol, I attempted to download a file from my backend. However, after 15 seconds, the Envoy gateway interrupted the HTTP request even though the download was not yet complete. When I accessed and downloaded the file directly using port-forwarding, the file was downloaded completely. |
Envoy gateway version: 0.2.0
|
Can you provide more details? I do not quite understand your point.
For a better look, plz provide steps you did and logs you had, also your
environment etc.
—
Reply to this email directly, view it on GitHub
<#1169 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJGANI3IQ7VJJWXZVP5PHY3W4QMLBANCNFSM6AAAAAAV6FXVHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
New found
Gateway response header’s connection is close.
It is mean not support keep-alive?
|
thanks for raising this issue @alvin-7 . This upstream issue kubernetes-sigs/gateway-api#1742 is tracking this work and once exposed as an API, we will implement it in the project. |
the route-action default timeout is 15s. should we provide the custom setting for this? |
Get, thanks for your answer. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
closing in favor of #877 |
Description:
My trouble:
The download time exceeds 15s and envoy gateway will tell me "network error"
It is my guess what Envoy has timeout default value is 15s, and mine application will download exceed 15s, so envoy gateway will tell me "network error"
envoy set timeout link
The text was updated successfully, but these errors were encountered: