(code int)
| 23 | |
| 24 | func (w *flushErrorResponseWriter) Write(p []byte) (int, error) { return len(p), nil } |
| 25 | func (w *flushErrorResponseWriter) WriteHeader(code int) {} |
| 26 | func (w *flushErrorResponseWriter) Flush() {} |
| 27 | func (w *flushErrorResponseWriter) FlushError() error { return w.err } |
| 28 |
no outgoing calls
no test coverage detected