Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibWeb: Do not break WebDriver errors into multiple socket writes
Very similar to commit e5877cda61eb53cd9c1eebbfaf3c35d084b2973c. By sending as much data as we can in a single write, we see a massive performance improvement on WPT tests that hammer WebDriver with errors. On my Linux machine, this reduces the runtime of: /webdriver/tests/classic/perform_actions/invalid.py from 45-60s down to 3-4s. (cherry picked from commit 7a15e3ee5caa9332f3f6011cc21058e6ceab838c)
- Loading branch information