Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP sending invalid error JSON response #493

Open
qiwzhang opened this issue Nov 30, 2018 · 0 comments
Open

ESP sending invalid error JSON response #493

qiwzhang opened this issue Nov 30, 2018 · 0 comments
Assignees
Labels

Comments

@qiwzhang
Copy link
Contributor

in gRPC transcoding case, somehow ESP is sending two cancated JSON.

{"status":"SERVING"}{
"code": 13,
"message": "HTTP/2 error code: INTERNAL_ERROR\nReceived Rst Stream",
"details": [
{
"@type": "type.googleapis.com/google.rpc.DebugInfo",
"stackEntries": [],
"detail": "internal"
}
]
}

I think if error happens in the middle of transcoding response. {"status": "SERVIING"} is from gRPC backend, then RST is received. ESP appended another JSON status in the response body.

@qiwzhang qiwzhang added the bug label Nov 30, 2018
@qiwzhang qiwzhang self-assigned this Apr 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant