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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
btw, I already create a local class of Browser and new method that allow me to change this value. |
Beta Was this translation helpful? Give feedback.
-
Hi @SimonFrings, many thanks I didn't see this method. sure! I implement a method that is already exists 😁 😁 😁 |
Beta Was this translation helpful? Give feedback.
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 😁 👍