Simply calling `http.NewResponseController(rw)` for example in an HTTP server (to then call `.Flush()` on it) causes a linter warning.
Simply calling
http.NewResponseController(rw)for example in an HTTP server (to then call.Flush()on it) causes a linter warning.