-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix web impl streaming line breaks with large rows #333
Conversation
Apparently, POST with a very large body size does not work well with Chrome Runner :/ EDIT: this is due to https://fetch.spec.whatwg.org/#http-network-or-cache-fetch
Disabling keep-alive resolves the test failure. |
|
Summary
Resolves #205
See also: #171, #204 (there was the same fix, but for Node.js impl only)
Checklist