committed by
Matt Silverlock
parent
d83b6ffe49
commit
50fbc3e7fb
@@ -1943,7 +1943,7 @@ type TestA301ResponseWriter struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (ho *TestA301ResponseWriter) Header() http.Header {
|
func (ho *TestA301ResponseWriter) Header() http.Header {
|
||||||
return http.Header(ho.hh)
|
return ho.hh
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ho *TestA301ResponseWriter) Write(b []byte) (int, error) {
|
func (ho *TestA301ResponseWriter) Write(b []byte) (int, error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user