()
| 80 | } |
| 81 | |
| 82 | func (rw *notFoundBlockingResponseWriter) Header() http.Header { |
| 83 | return rw.headers |
| 84 | } |
| 85 | |
| 86 | func (rw *notFoundBlockingResponseWriter) WriteHeader(status int) { |
| 87 | if status == http.StatusNotFound { |
no outgoing calls
no test coverage detected