Close forwards closing to the underlying reader
()
| 61 | |
| 62 | // Close forwards closing to the underlying reader |
| 63 | func (r *erraticReader) Close() error { |
| 64 | return r.reader.Close() |
| 65 | } |
| 66 | |
| 67 | // blockingReader is a test reader which flushes data in chunks |
| 68 | type blockingReader struct { |