grpc-web icon indicating copy to clipboard operation
grpc-web copied to clipboard

fix: do not return EOF error when clent finished to sends the request

Open carsonfarmer opened this issue 4 years ago • 0 comments

originaly from https://github.com/improbable-eng/grpc-web/pull/616

Signed-off-by: Carson Farmer [email protected]

Same rationale as originally proposed in: https://github.com/improbable-eng/grpc-web/pull/616

Changes

Same fix as originally proposed in: https://github.com/improbable-eng/grpc-web/pull/616

Verification

Going through the Travis CI script, all tests now pass locally for Safari, Firefox, and Chrome. There were some issues with CA certs at first, but this appears to be handled by Karma in CI. Was unable to test older versions of Firefox locally, so hopefully the CI tests pass now, otherwise, further investigation will be required.

carsonfarmer avatar Jun 04 '20 21:06 carsonfarmer