Skip to content

Commit a36dfde

Browse files
committed
Comment a function
1 parent 5408f82 commit a36dfde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

responsewriter.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ func (w *responseRecorder) WriteHeader(status int) {
8181
w.base.WriteHeader(status)
8282
}
8383

84+
// Merge in our header modifications using the appropriate functions in
85+
// the Header type in net/http
8486
func (w *responseRecorder) mergeHeader() {
8587
hdr := w.base.Header()
8688
for _, a := range w.actions {

0 commit comments

Comments
 (0)