Fix GrpcWeb middleware to clear ContentLength after translating to normal gRPC message
This commit is contained in:
parent
f4dc298406
commit
ca2b9e8e77
3 changed files with 28 additions and 41 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue