You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refine fallback solution for servers blocking access to http headers
Such server may process partial http requests but do not allow
to read Content-Range header making impossible to parse
multipart response. cernbox is one of such servers.
Partial reading from such servers is possible - but only 1 segmnent per request.
Do not test Accept-Ranges header which not always returned
console.warn('Server response with 206 code but browser does not provide access to Content-Range header - setting fMaxRanges = 1, consider to load full file with "filename.root+" argument or adjust server configurations');
0 commit comments