Russell Valentine
Russell Valentine
We shouldn't add Content-Length header if we are doing a chunked transfer. It is fine on most browser but some, like Safari, have issues with it. See: https://stackoverflow.com/questions/3304126/chunked-encoding-and-content-length-header http://greenbytes.de/tech/webdav/rfc2616.html#rfc.section.4.4 (point...
### Issue Type Before opening an issue, please search and see if it has already been raised. - [x] Bug Report - [ ] Feature Request - [x] Successfully reproduced...
### Issue Type Before opening an issue, please search and see if it has already been raised. - [x] Bug Report - [ ] Feature Request - [x] Successfully reproduced...
I was `chromium` browser type using setting ``` "playwright_page_goto_kwargs": {"wait_until": "networkidle"}, ``` In playwright 1.55.0 I kept getting error about file page() and file downloading, like: ``` playwright._impl._errors.Error: Page.goto: Download...