You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
middleware: add Discard method to WrapResponseWriter (#926)
* middleware: add Discard method to WrapResponseWriter
* resolve review comments
* use ioutil.Discard and deprecate the public interface
* move the Discard method back to the public interface
* discard calls to WriteHeader too