liip / TheA11yMachine

The A11y Machine is an automated accessibility testing tool which crawls and tests pages of any web application to produce detailed reports.
https://www.liip.ch/
621 stars 66 forks source link

Crawler: Handle redirection fetching #79

Closed Hywan closed 7 years ago

Hywan commented 7 years ago

Fix #78.

The key part is to handle redirection fetching to call the didFetch function, which will tell the queue to execute the next task. This is why sometimes the queue was blocked and stopped when a redirection was encountered.