Caching Range Requests

Brendan Dahl <[email protected]> Mon, 28 Oct 2013 14:14:17 -0700
Newsgroups gmane.comp.mozilla.devel.netlib
Message-ID <[email protected]>
Is there anyone in the networking group that has time to work on caching range requests?  PDF.js always uses range requests if the server supports it and if a PDF is reloaded(or navigated to/from) it takes awhile since all the requests must be resent.  PDF.js could cache the PDF, but it seems it would be better to allow the networking layer to handle this.

relavent bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=626027

Thanks,
Brendan