envoyproxy/envoy
在 GitHub 查看Returning the correct code when per_try_timeout budget is exhausted
Open
#10,574 创建于 2020年3月30日
area/grpcenhancementhelp wanted
仓库指标
- Star
- (27,997 star)
- PR 合并指标
- (平均合并 8天) (30 天内合并 378 个 PR)
描述
Title: Returning the correct code when per_try_timeout budget is exhausted
Description:
If a per_try_timeout budget is exhausted, the returned code is 503. This is arguably correct for HTTP1 but for gRPC communication a deadline-exceeded (setting grpc-status to 4) would be more accurate.