Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rust png] Stall the test HTTP request at a slightly later offset.
After this CL, the HTTP request for a PNG image will stall for 2 seconds at a slightly later offset than before. Before this CL, it would stall at the beginning of the next frame's metadata chunk (`fcTL`). After this CL it will stall at the begining of the next frame's data chunk (`fdAT`). See the bug for more details on why this change has been picked as a way forward. Bug: 393205780 Change-Id: Ic4d3ed45f43815c65320a41bb6b9d92b7368640e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6227950 Commit-Queue: Łukasz Anforowicz <[email protected]> Reviewed-by: Michal Mocny <[email protected]> Cr-Commit-Position: refs/heads/main@{#1416219}
- Loading branch information