()
| 28 | } |
| 29 | |
| 30 | func (f *clockAdvancingFlusher) Flush() { |
| 31 | f.clk.Advance(f.advance) |
| 32 | f.ResponseRecorder.Flush() |
| 33 | } |
| 34 | |
| 35 | // Hijack satisfies the FullResponseWriter lint rule. |
| 36 | func (*clockAdvancingFlusher) Hijack() (net.Conn, *bufio.ReadWriter, error) { |