Skip to content

Commit

Permalink
Merge pull request #2152 from spacewander/patch-2
Browse files Browse the repository at this point in the history
Update gep-1742.md to add more Nginx's timeout settings
  • Loading branch information
k8s-ci-robot authored Jul 10, 2023
2 parents 0bdd240 + 1a16db5 commit 5d9ad6e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions geps/gep-1742.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,10 @@ sequenceDiagram
C->>P: Finishes Headers
Note right of P: client_headers_timeout
deactivate P
activate P
C->>P: Finishes request
deactivate P
Note right of P: client_body_timeout
activate U
note left of U: proxy_connect_timeout<br/>grpc_connect_timeout
deactivate U
Expand All @@ -184,11 +187,14 @@ sequenceDiagram
Note right of U: (between read operations)<br/>proxy_read_timeout<br/>grpc_read_timeout
U->>P: Finishes Response
deactivate U
activate P
P->>C: Starts Response
P->>C: Finishes Headers
P->>C: Finishes Response
Note right of P: Repeat if connection sharing
Note Right of U: keepalive_timeout (if keepalive enabled)
deactivate P
Note left of P: send_timeout (only between two successive write operations)
Note left of C: Repeat if connection is shared until server's keepalive_timeout is hit
Note Right of U: upstream's keepalive_timeout (if keepalive enabled)
U->>C: Connection ended
deactivate U
```
Expand Down

0 comments on commit 5d9ad6e

Please sign in to comment.