Nicholas Nethercote f12d588258 Add an ensureRange() call to ChunkedStream_makeSubStream().
By checking if the data is all present before making a substream, we avoid
cases where we parse part of a stream and then throw a MissingDataException
part-way through, which forces us to later re-read the stream -- possibly
multiple times. This is a sizeable performance win for some cases when file
loading is slow (e.g. over the web).
2014-03-11 16:03:06 -07:00
..
2012-10-29 14:08:52 -04:00
2014-03-08 22:40:19 +01:00
2014-01-27 20:29:47 -06:00