envoyproxy/envoy

Reason phrase not passed from upstream service

Open

#31,277 建立於 2023年12月11日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)C++ (5,373 fork)batch import
area/httpbughelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

Description:

Envoy does not return reason phrase from upstream services that return a http-code 422 with Unprocessable Entity/Content but rather a HTTP/1.1 422 unknown.

Expected result:

< HTTP/1.1 422 Unprocessable Entity
< Server: gunicorn

Actual result:

< HTTP/1.1 422 unknown
< server: gunicorn

貢獻者指南