tapir icon indicating copy to clipboard operation
tapir copied to clipboard

Finatra server interpreter: improve file output

Open adamw opened this issue 6 years ago • 0 comments

In FinatraRequestToRawBody, when saving the body to a file, the content should be streamed, not read entirely into memory (as it is now with serverOptions.createFile(asByteArray)

adamw avatar Oct 14 '19 06:10 adamw