Skip to content

Commit

Permalink
Fix net::ERR_INCOMPLETE_CHUNKED_ENCODING
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Dec 31, 2020
1 parent ae792d3 commit 2c22cad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/example-chat-system/envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ static_resources:
- match: { prefix: "/" }
route:
cluster: x_grpc
# https://www.envoyproxy.io/docs/envoy/v1.11.1/api-v2/api/v2/route/route.proto#envoy-api-field-route-routeaction-max-grpc-timeout
max_grpc_timeout: 0s
idle_timeout: 0s
cors:
allow_origin_string_match:
- prefix: "*"
Expand Down

0 comments on commit 2c22cad

Please sign in to comment.