mirror of https://github.com/grpc/grpc-web.git
Set upstream timeout for envoy in echo example
Without this, streaming calls fail after a few seconds because envoy terminates the connection to the gRPC upstream.
This commit is contained in:
parent
247e211031
commit
7984205077
|
|
@ -24,6 +24,7 @@ static_resources:
|
|||
- match: { prefix: "/" }
|
||||
route:
|
||||
cluster: echo_service
|
||||
timeout: 0s
|
||||
max_stream_duration:
|
||||
grpc_timeout_header_max: 0s
|
||||
cors:
|
||||
|
|
|
|||
Loading…
Reference in New Issue