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
use httpsnoop to ensure http.ResponseWriter additional interfaces are preserved (#388)
* add a test to make sure the recordingResponseWriter preserves interfaces implemented by the wrapped writer
* use httpsnoop to wrap the response writer so we don't lose interfaces
* don't bother checking for deprecated interfaces
* run precommit
0 commit comments