Skip to content

Commit 8888cbe

Browse files
committed
fix compile error
1 parent a2f43e6 commit 8888cbe

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

packets_test.go

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -218,15 +218,9 @@ var _ net.Conn = new(mockConn)
218218
// data[pkt2ofs+4] = 0x33
219219
// data[pkt2ofs+maxPacketSize+3] = 0x44
220220

221-
<<<<<<< HEAD
222-
// // 3rd packet has payload length 0 and squence id 2
223-
// // 00 00 00 02
224-
// data[pkt3ofs+3] = 0x02
225-
=======
226-
// 3rd packet has payload length 0 and sequence id 2
227-
// 00 00 00 02
228-
data[pkt3ofs+3] = 0x02
229-
>>>>>>> master
221+
// // 3rd packet has payload length 0 and sequence id 2
222+
// // 00 00 00 02
223+
// data[pkt3ofs+3] = 0x02
230224

231225
// conn.data = data
232226
// conn.reads = 0

0 commit comments

Comments
 (0)