()
| 4658 | return (*rwState)(w).doWrite(b) |
| 4659 | } |
| 4660 | func (w *rw128) FlushError() error { |
| 4661 | return (*rwState)(w).doFlushError() |
| 4662 | } |
| 4663 | |
| 4664 | // combination 130/512: http.ResponseWriter, httpFlushError, io.StringWriter |
| 4665 | type rw129 rwState |
nothing calls this directly
no test coverage detected