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:
fiatjaf
2026-04-22 23:16:43 -03:00
parent 223d95461f
commit e2ad68d050
4 changed files with 101 additions and 57 deletions
@@ -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')