mirror of
https://github.com/apache/nifi.git
synced 2025-02-13 13:35:20 +00:00
- introducing a in-memory-file-size-threashold, above which the incoming file is written to local disk - using java.io.tmpdir for such file writes - enhancing documentation - documenting how to avoid premature HTTP response - fix and UT for unsuccessful request registration This closes #2991. Signed-off-by: Mark Payne <markap14@hotmail.com>