This website requires JavaScript.
Explore
Help
Sign In
microsoft
/
playwright
Watch
1
Star
1
Fork
0
You've already forked playwright
mirror of
https://github.com/microsoft/playwright.git
synced
2024-12-18 00:32:03 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
2b887bf835
playwright
/
browser_patches
/
firefox
/
BUILD_NUMBER
3 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-13 02:27:53 +03:00
1261
Changed: lushnikov@chromium.org Wed 12 May 2021 04:12:52 PM PDT
Reference in New Issue
Copy Permalink