exceptionfactory commented on PR #6915: URL: https://github.com/apache/nifi/pull/6915#issuecomment-1412960319
It turns out that the current `ListenHTTPServlet` was not closing the Part `InputStream`. I corrected the behavior by moving `Part.getInputStream()` to the try-with-resources block and that works as expected. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
