incomplete response when using mode=grpcwebtext
Open
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 802
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 5
Description
When using mode=grpcwebtext for client configuration, responses are giving an error:
`{code: StatusCode.UNKNOWN, message: 'Incomplete response'}`
The response is received by the client, but is truncated (e.g. string should be 'hello world' but is 'hello'). This error does not occur when using mode=grpcweb. I'm unsure if additional configuration is needed to use grpcwebtext, but following the grpc-web examples it does not seem like it.
It looks like this may be related to https://github.com/grpc/grpc-web/pull/903 and issue https://github.com/grpc/grpc-web/issues/881
Contributor guide
Assessment
This issue has not been assessed yet.