()
| 465 | } |
| 466 | |
| 467 | func (r *replayer) Bytes() []byte { |
| 468 | r.Lock() |
| 469 | defer r.Unlock() |
| 470 | return r.rw.Bytes() |
| 471 | } |
| 472 | |
| 473 | // TestConnections tests every possible permutation of connection protocols |
| 474 | // proxied by cloudflared. |
no outgoing calls
no test coverage detected