diff --git a/embed/serve.go b/embed/serve.go index 45d73dfc2..5818435a2 100644 --- a/embed/serve.go +++ b/embed/serve.go @@ -275,6 +275,7 @@ func (sctx *serveCtx) createMux(gwmux *gw.ServeMux, handler http.Handler) *http. return outgoing }, ), + wsproxy.WithMaxRespBodyBufferSize(0x7fffffff), ), ) }