khatru: we haven't fixed the nil ws bug on dispatcher, but at least now we have more tests and an even more efficient architecture!
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
go test fuzz v1
|
||||
int(-180)
|
||||
int(92)
|
||||
byte('{')
|
||||
byte('\n')
|
||||
@@ -0,0 +1,5 @@
|
||||
go test fuzz v1
|
||||
int(140)
|
||||
int(-52)
|
||||
byte('"')
|
||||
byte('h')
|
||||
Reference in New Issue
Block a user