We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5408f82 commit a36dfdeCopy full SHA for a36dfde
responsewriter.go
@@ -81,6 +81,8 @@ func (w *responseRecorder) WriteHeader(status int) {
81
w.base.WriteHeader(status)
82
}
83
84
+// Merge in our header modifications using the appropriate functions in
85
+// the Header type in net/http
86
func (w *responseRecorder) mergeHeader() {
87
hdr := w.base.Header()
88
for _, a := range w.actions {
0 commit comments