Giter Site home page Giter Site logo

http-range-fetcher's People

Contributors

cmdcolin avatar dependabot[bot] avatar rbuels avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

http-range-fetcher's Issues

mysterious additional fetch beyond end of file

Observed in the wild in jbrowse, a very specific request pattern triggered an extra range request past the end of the file.

const globalRangeCache = new HttpRangeFetcher({
  fetch: binaryRangeFetch,
  size: 500 * 1024 ** 2, // 500MiB
  chunkSize: 128 * 124, // strange size
  maxFetchSize: 100 * 1024 ** 2, // 100MiB
  minimumTTL: 24 * 60 * 60 * 1000, // 1 day
})

console-logs.txt

Hard requirement on availability of Content-Length produces confusing errors under CORS

Usage of http-range-fetcher in our code requires Content-Length or Content-Range headers and if it is unavailable it produces hard to understand errors like this exchange

scottcain: @cmdcolin is there a bug with small vcf files? When I load an indexed vcf file via the web interface as a local file, it works fine, but when I put it in the config or load it as a remote url, I get a message error decompressing block undefined at 0 (length 65536) Error: unknown compression method Of interest is that the error message refers to a length of 65536 when the actual length of the file is 2248.

This error was also left open related to this
GMOD/jbrowse#1356

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.