1
0
Fork 0

Fix GrpcWeb middleware to clear ContentLength after translating to normal gRPC message

This commit is contained in:
CleverUnderDog 2023-08-08 14:48:05 +02:00 committed by GitHub
parent f4dc298406
commit ca2b9e8e77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 41 deletions

View file

@ -4,7 +4,7 @@ import (
"context"
"net/http"
"github.com/improbable-eng/grpc-web/go/grpcweb"
"github.com/traefik/grpc-web/go/grpcweb"
"github.com/traefik/traefik/v3/pkg/config/dynamic"
"github.com/traefik/traefik/v3/pkg/middlewares"
)