improbable-eng / grpc-web

gRPC Web implementation for Golang and TypeScript
Apache License 2.0
4.39k stars 436 forks source link

Unset ContentLength in addition to deleting header #1154

Closed CleverUnderDog closed 1 year ago

CleverUnderDog commented 1 year ago

This change is the fix for the following bug in traefik: https://github.com/traefik/traefik/issues/9697

Changes

Unset ContentLength in addition to deleting header

Verification

Tested it with traefik (3.0.0-beta2), a grpc-java service (1.52.0) and grpc-web (1.4.2) client

CleverUnderDog commented 1 year ago

This change is going the be merged on the fork https://github.com/traefik/grpc-web/pull/1 of this repository.