Closed francislavoie closed 3 weeks ago
Simply calling http.NewResponseController(rw) for example in an HTTP server (to then call .Flush() on it) causes a linter warning.
http.NewResponseController(rw)
.Flush()
Simply calling
http.NewResponseController(rw)
for example in an HTTP server (to then call.Flush()
on it) causes a linter warning.