(ack bool)
| 615 | } |
| 616 | |
| 617 | func (s *controllablePingServer) setPingAck(ack bool) { |
| 618 | s.pingAck.Store(ack) |
| 619 | } |
| 620 | |
| 621 | func (s *controllablePingServer) serve(t *testing.T, conn net.Conn) { |
| 622 | // Read frame to consume the client preface. |
no outgoing calls
no test coverage detected