envoyproxy / envoyproxy/envoy

Reason phrase not passed from upstream service

Open
#31,277 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.