Skip to content

v1.0.0-rc.10

Compare
Choose a tag to compare
@epi052 epi052 released this 27 Mar 11:39
· 35 commits to main since this release
b8f7702

Replaced async fuzzer's mpsc with mpmc. This dramatically sped up processing time, since the pre-send loop could pretty easily overwhelm the post-send loop. As a result, overall scan time was dramatically reduced as well since we could get into situations where all requests/responses were complete but the single consumer was still processing responses

What's Changed

Full Changelog: v1.0.0-rc.8...v1.0.0-rc.10