envoyproxy/envoy

Returning the correct code when per_try_timeout budget is exhausted

Open

#10,574 创建于 2020年3月30日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
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.

贡献者指南