(buf []byte)
| 608 | } |
| 609 | |
| 610 | func (srr *streamResponseRecorder) Write(buf []byte) (int, error) { |
| 611 | srr.writeCallback(buf) |
| 612 | |
| 613 | return srr.ResponseRecorder.Write(buf) |
| 614 | } |
| 615 | |
| 616 | func TestFlush_module(t *testing.T) { testFlush(t, &testOptions{}) } |
| 617 | func TestFlush_worker(t *testing.T) { |