forked from Ivasoft/traefik
Add muxer for TCP Routers
This commit is contained in:
@@ -93,7 +93,7 @@ func (m *Mirroring) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
|
||||
if errors.Is(err, errBodyTooLarge) {
|
||||
req.Body = io.NopCloser(io.MultiReader(bytes.NewReader(bytesRead), req.Body))
|
||||
m.handler.ServeHTTP(rw, req)
|
||||
logger.Debugf("no mirroring, request body larger than allowed size")
|
||||
logger.Debug("no mirroring, request body larger than allowed size")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user