-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in 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. |
Quality Gate passedIssues Measures |
Summary
Resolves #205
See also: #171, #204 (there was the same fix, but for Node.js impl only)
Checklist