add streaming API distinct from Exchange

This commit is contained in:
Patricio Whittingslow
2026-07-26 12:18:52 -03:00
parent 6d88506541
commit 92cf46e570
5 changed files with 129 additions and 10 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ func BenchmarkHandle(b *testing.B) {
if !present || !internal.BytesEqual(data, expect) {
panic("invalid result")
}
ex.Write(benchBody)
ex.WriteBody(benchBody)
},
},
{