Open ghost opened 10 years ago
I'm scanning lot of domains and testing their forms. Mechanize randomly hangs forever during
browser.submit()
I'm using it with these settings: browser.set_handle_refresh(False) browser.set_handle_robots(False)
I'm using python 2.7 and mechanize-0.2.5
Problem is its not throwing any exception even after very long time (hours) and its only stucked.
I'm scanning lot of domains and testing their forms. Mechanize randomly hangs forever during
browser.submit()
I'm using it with these settings: browser.set_handle_refresh(False)
browser.set_handle_robots(False)
I'm using python 2.7 and mechanize-0.2.5
Problem is its not throwing any exception even after very long time (hours) and its only stucked.