Re: Problem with big files

2014-06-19 Thread Maxim Dounin
Hello! On Tue, Jun 17, 2014 at 06:51:10PM -0400, jakubp wrote: > Hi Justin > > Justin Dorfman Wrote: > --- > > > > > > I use a patch > > > Maxim provided some time ago allowing range requests to receive HTTP > > 206 if > > > a resource is not i

Re: Problem with big files

2014-06-17 Thread jakubp
Hi Justin Justin Dorfman Wrote: --- > > > > I use a patch > > Maxim provided some time ago allowing range requests to receive HTTP > 206 if > > a resource is not in cache but it's determined to be cacheable... > > > Can you please link to this

Re: Problem with big files

2014-06-16 Thread Justin Dorfman
> > I use a patch > Maxim provided some time ago allowing range requests to receive HTTP 206 if > a resource is not in cache but it's determined to be cacheable... Can you please link to this patch? Regards, Justin Dorfman Director of Developer Relations MaxC

Problem with big files

2014-06-16 Thread jakubp
Hi Recently I hit quite big problem with huge files. Nginx is a cache fronting an origin which serves huge files (several GB). Clients use mostly range requests (often to get parts towards the end of the file) and I use a patch Maxim provided some time ago allowing range requests to receive HTTP 2