Skip to content

Commit

Permalink
test(unit): show that there is no timeout applied
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Dziedziak <[email protected]>
  • Loading branch information
lukidzi committed Nov 14, 2024
1 parent 3988a08 commit 7b66919
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
connectTimeout: 5s
name: localhost:8080
typedExtensionProtocolOptions:
envoy.extensions.upstreams.http.v3.HttpProtocolOptions:
'@type': type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions
commonHttpProtocolOptions:
idleTimeout: 3600s
maxConnectionDuration: 5s
maxStreamDuration: 0s
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ filterChains:
- name: envoy.filters.network.http_connection_manager
typedConfig:
'@type': type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager
commonHttpProtocolOptions:
idleTimeout: 0s
httpFilters:
- name: envoy.filters.http.router
typedConfig:
'@type': type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
requestHeadersTimeout: 0s
routeConfig:
name: inbound:backend
requestHeadersToRemove:
Expand All @@ -29,8 +26,7 @@ filterChains:
prefix: /
route:
cluster: backend
idleTimeout: 5s
timeout: 15s
timeout: 0s
statPrefix: inbound_127_0_0_1_80
name: inbound:127.0.0.1:80
trafficDirection: INBOUND

0 comments on commit 7b66919

Please sign in to comment.