Skip to content

Commit

Permalink
run make commands
Browse files Browse the repository at this point in the history
Signed-off-by: Yael Shechter <[email protected]>
  • Loading branch information
yaelSchechter committed Mar 28, 2024
1 parent 9872ac4 commit 35079c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,9 @@ spec:
description: Timeout settings for HTTP.
properties:
idleTimeout:
description: 'The idle timeout for an HTTP connection. Idle
time is defined as a period in which there are no active
requests in the connection. Default: 1 hour.'
description: 'IdleTimeout for an HTTP connection. Idle time
is defined as a period in which there are no active requests
in the connection. Default: 1 hour.'
pattern: ^([0-9]{1,5}(h|m|s|ms)){1,4}$
type: string
requestReceivedTimeout:
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/latest/api/extension_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ _Appears in:_
| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `requestReceivedTimeout` | _[Duration](#duration)_ | false | RequestReceivedTimeout is the duration envoy waits for the complete request reception. This timer starts upon request initiation and stops when either the last byte of the request is sent upstream or when the response begins. |
| `idleTimeout` | _[Duration](#duration)_ | false | The idle timeout for an HTTP connection. Idle time is defined as a period in which there are no active requests in the connection. Default: 1 hour. |
| `idleTimeout` | _[Duration](#duration)_ | false | IdleTimeout for an HTTP connection. Idle time is defined as a period in which there are no active requests in the connection. Default: 1 hour. |


#### HTTPExtAuthService
Expand Down

0 comments on commit 35079c3

Please sign in to comment.