playwright/browser_patches/firefox/BUILD_NUMBER
Andrey Lushnikov d02472a9e0
browser(firefox): fix uploads of large files in Firefox (#6547)
- to read post data of requests, we have to read stream
- to restore the stream later on, we have to rewind it back
- however, if the stream is large enough, it cannot be rewound back

This patch starts cloning post data streams if possible to avoid
back-rewinding them later on.

References #4704
2021-05-12 16:27:53 -07:00

3 lines
69 B
Plaintext

1261
Changed: lushnikov@chromium.org Wed 12 May 2021 04:12:52 PM PDT