-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Hello,
After upgrading to Traefik v 3.3.6 I now get this error in the Traefik logs.
unable to write rewrited body: http: connection has been hijacked module=github.com/traefik/plugin-rewritebody plugin=plugin-rewritebody runtime=
I have not changed the configuration from traefik:
- "--experimental.plugins.rewritebody.modulename=github.com/traefik/plugin-rewritebody"
- "--experimental.plugins.rewritebody.version=v0.3.1"
And the rule as follows:
- "traefik.http.routers.threadfin.middlewares=rewrite"
- "traefik.http.middlewares.rewrite.plugin.rewritebody.lastmodified=true"
- "traefik.http.middlewares.rewrite.plugin.rewritebody.rewrites.regex=foo"
- "traefik.http.middlewares.rewrite.plugin.rewritebody.rewrites.replacement=bar"