(t *testing.T)
| 160 | } |
| 161 | |
| 162 | func (s) TestSmallReadBuffer(t *testing.T) { |
| 163 | for _, rp := range recordProtocols { |
| 164 | testSmallReadBuffer(t, rp) |
| 165 | } |
| 166 | } |
| 167 | |
| 168 | func testLargeMsg(t *testing.T, rp string) { |
| 169 | clientConn, serverConn := newConnPair(rp, nil, nil) |
nothing calls this directly
no test coverage detected