Reason phrase not passed from upstream service
Open
area/http
bug
help wanted
- Dominant language
- C++
- Stars
- 28.9k
- Forks
- 5.6k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 430
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
```
Contributor guide
Assessment
This issue has not been assessed yet.