envoyproxy/envoy

Reason phrase not passed from upstream service

Open

#31.277 aberto em 11 de dez. de 2023

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)C++ (5.373 forks)batch import
area/httpbughelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

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

Guia do colaborador