ext_proc: Implement message timeout (#15339)
Since ext_proc is a request/response protocol on a gRPC stream, a server may fail to respond in a timely way. The "message_timeout" field in the configuration controls how long the proxy will wait for an external processing server to respond to an individual message before giving up and returning an error (or not depending on configuration). Signed-off-by: Gregory Brail <gregbrail@google.com> Mirrored from https://github.com/envoyproxy/envoy @ 5204a63a49ff09fcd57f189c2addf7f36ffac87cpull/624/head
parent
65b415c0b9
commit
ff1188ebd4
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue