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.

貢獻者指南