Skip to content

Better handling of CookieJar Runtime Exception#5206

Merged
stamparm merged 1 commit intosqlmapproject:masterfrom
Murgeye:cookiejar_fix
Oct 21, 2022
Merged

Better handling of CookieJar Runtime Exception#5206
stamparm merged 1 commit intosqlmapproject:masterfrom
Murgeye:cookiejar_fix

Conversation

@Murgeye
Copy link
Copy Markdown
Contributor

@Murgeye Murgeye commented Oct 21, 2022

Instead of waiting for the exception and sleeping in between, we can simply use the same lock used by the original cookiejar code (since we are already accessing private member), to prevent the exception from happening in the first place.

Fixes #5187

@stamparm stamparm merged commit c382321 into sqlmapproject:master Oct 21, 2022
@stamparm
Copy link
Copy Markdown
Member

Nice. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dictionary changed size during iteration Exception in Crawler CookieJar kills crawlerThread

2 participants