-
Notifications
You must be signed in to change notification settings - Fork 62
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
[BUG]bulk api → Request size exceeded 10485760 bytes #284
Comments
About which body we are talking. There is no internal state where the body is buffered 🤔 |
@ichige do you have a repro? try to turn this into a failing unit test? |
We use Laravel.
Use Laravel's
This is the result. thanks. |
@ichige Turn it into a unit test and maybe a fix? |
I am sorry, but I am not in the habit of creating Unit Tests, so I am afraid I cannot help you. |
What is the bug?
After upgrading from 2.3.1 to 2.4 the other day, I started getting the following exception in the bulk api.
How can one reproduce the bug?
Simply execute the bulk method on the same Client.
What is the expected behavior?
In previous implementations, an instance of endpoint was created with each call.
The new version returns the same instance, so body is inherited.
I hope it comes across as a translation from Japanese to English in deepl.
The text was updated successfully, but these errors were encountered: