area/httpbughelp wanted
Repository-Metriken
- Stars
- (27.997 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)
Beschreibung
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