Skip to content

Commit 21bafd9

Browse files
committed
tests: add missing IPROTO feature flags to greeting negotiation
reducing the number of characters in the comment line for passing the linter fix [[#466]
1 parent ecb2255 commit 21bafd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dial_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ var (
352352
0x54,
353353
0xcf, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, // Version.
354354
0x55,
355-
0x99, // 0x99 = fixed array of 9 elements (0x90 + 9)
355+
0x99, // fixed arr 9 elmnts
356356
0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x0b, 0x0c, // Features (9 elements).
357357
}
358358

0 commit comments

Comments
 (0)