envoyproxy/envoy
GitHub で見るReturning the correct code when per_try_timeout budget is exhausted
Open
#10,574 opened on 2020年3月30日
area/grpcenhancementhelp wanted
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (平均マージ 8d) (30d で 378 merged PRs)
説明
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.