WebFuzzForge / wenum

Wfuzz fork
GNU General Public License v2.0
11 stars 5 forks source link

Fixed a bug while closing. #80

Closed percepo closed 9 months ago

percepo commented 9 months ago

When cancelling, SeedQueue deadlocked if HttpQueue refused to accept items from SeedQueue because HttpQueue already was "too full" and simultaneously stopped processing any of the remaining ones because it already tried to close. HttpQueue now always allows SeedQueue to send items while it cancels.