mirror of
https://github.com/apache/jclouds.git
synced 2025-02-08 02:59:46 +00:00
This method breaks the contract of an InputSupplier since every call to getInput returns the same InputStream instance. This is particularly dangerous when one of the callers mutates or closes the InputStream which causes all others callers to fail.