how to avoid the fisrt http request load the whole pdf when using range request with pdf.js
I am trying to use the pdf.js range request to load a huge pdf, but now I found the range request works but the first request load the whole pdf. From the official document is told that the range request will load the rest of part, it should stop the main reqeust.