Is there a max body size for the interceptor? If so, can we modify it? #1202
Replies: 1 comment
-
afaict there is probably no explicit limit imposed by the interceptor. It uses golang core net/http package to implement the reverse proxying in go here: |
Beta Was this translation helpful? Give feedback.
-
As the post says. I have a use-case where it is useful to post very large bodies to the service in order to process a request (image uploads and that sort of thing). I want to get ahead of the problem by validating what the limits are in the interceptor and see if we can modify them. Happy to dig into the code to contribute features that allow modification.
Beta Was this translation helpful? Give feedback.
All reactions