Transaction with dynamic post_max_size #558
|
Hi all, I have a requirement for a download content that exceed the max request defined 16MB. There is a way to override this limitation? |
Answered by
SimonFrings
Jan 10, 2024
Replies: 2 comments 1 reply
|
btw, I already create a local class of Browser and new method that allow me to change this value. |
1 reply
|
Hi @SimonFrings, many thanks I didn't see this method. sure! I implement a method that is already exists 😁 😁 😁 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @clpir3s, if you're referring to the
withResponseBuffer()method , you're absolutely right as this method can be used to change the maximum size for buffering a response body.It's great that you've already found an answer to your question, but please provide a more detailed explanation of your findings next time, so that others with the same question can easily find the answer here as well 😁 👍