httpuv's static file serving doesn't currently support range requests (i.e. requests for only part of a file). This would be very useful! servr supports this, but by reading the static content into memory first rather than reading from disk (see yihui/servr#35 and yihui/servr#41).
The need for range request support in httpuv/shiny has been mentioned in various places, see e.g.:
Range request support in shiny should (?) be relatively straightforward once httpuv supports it, just requiring a couple of extra headers to be passed to the shiny app.
httpuv's static file serving doesn't currently support range requests (i.e. requests for only part of a file). This would be very useful!
servrsupports this, but by reading the static content into memory first rather than reading from disk (see yihui/servr#35 and yihui/servr#41).The need for range request support in httpuv/shiny has been mentioned in various places, see e.g.:
Range request support in shiny should (?) be relatively straightforward once httpuv supports it, just requiring a couple of extra headers to be passed to the shiny app.