Hi, since running 13 (right now running 13.0-d20210130) locally i have started seeing some strange IO-errors in the logs:
I don't recall seeing this prior to 13. The images are always visible in the browser.
Do you know anything about this?
2021-03-31 14:52:50.819 ERROR com.isomorphic.download.Download - Problem sending static file: (thefile...)
org.eclipse.jetty.io.EofException: null
at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:192)
at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:408)
...
Caused by: java.io.IOException: Broken pipe
at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
org.eclipse.jetty.io.EofException: null
at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:192)
at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:408)
...
Caused by: java.io.IOException: Broken pipe
at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
Do you know anything about this?
Comment