mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

`Response.timing` contains stale data when the request is served from memory cache, in that we should ignore it and return -1 where we don't know the value. Fixes https://github.com/microsoft/playwright-java/issues/1080