InputStream storage in heap space #1610
Unanswered
eugenio0889
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I'm using logbook.
I get a lot of requests, each of them contains file in the body.
So will the InputStream from requestBody be converted to ByteArray or something similar?
I want to disable this function because I don't want to store file content in heap.
Beta Was this translation helpful? Give feedback.
All reactions