envoyproxy/envoy

Reason phrase not passed from upstream service

Open

#31.277 aperta il 11 dic 2023

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)C++ (5373 fork)batch import
area/httpbughelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

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

Guida contributor