Description
IOUtils.copy will not close your reader for you:
@Override protected void sendData(OutputStream out) throws IOException { IOUtils.copy(c.getReader(), out); }
Attachments
Issue Links
- relates to
-
SOLR-1744 Streams retrieved from ContenStream#getStream are not always closed
- Closed