Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
introspection: use the response recorder
Previously the logs were showing only 200 responses, passing the ResponseRecorder to the handler in place of the http.ResponseWriter should ensure that when Write() and WriteHeader() are called, the ResponseRecorder logs information about the http response. Backports: #1318 Signed-off-by: crozzy <joseph.crosland@gmail.com> Signed-off-by: Hank Donnay <hdonnay@redhat.com>
- Loading branch information