()
| 1254 | } |
| 1255 | |
| 1256 | func (r *rwState) doFlushError() error { |
| 1257 | if r.flushError != nil { |
| 1258 | return r.flushError() |
| 1259 | } |
| 1260 | return r.w.(httpFlushError).FlushError() |
| 1261 | } |
| 1262 | |
| 1263 | func (r *rwState) doCloseNotify() <-chan bool { |
| 1264 | if r.closeNotify != nil { |
no test coverage detected