Remove limiter

This commit is contained in:
Mochi
2019-09-22 17:32:43 +01:00
parent b657253374
commit caa744aa2b
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
packets/c.out

View File

@@ -169,7 +169,7 @@ func TestRead(t *testing.T) {
for code, pt := range expectedPackets {
for i, wanted := range pt {
if wanted.primary && wanted.desc == "Accepted, No Session" {
if wanted.primary {
var fh FixedHeader
b := wanted.rawBytes
p := NewParser(conn)