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

HTML: Increase stack size to 2048k #101

Closed Hywan closed 7 years ago

Hywan commented 7 years ago

Fix #99.

When a page is very large, algorithms checking the HTML validity needs a large stack (due to recursivity for instance). Instead of having people enjoying this error, we increase the size to 2048k upfront, which should be enough for the majority of cases.

Please @stevefaulkner, could you validate this patch?

stevefaulkner commented 7 years ago

@Hywan works for me.

Hywan commented 7 years ago

Sorry for having misspelled your name…