Re: [PHP] Range: bytes=x-y

2004-11-28 Thread Marek Kilimajer
Octavian Rasnita wrote: Hi all, Does anyone know why some servers don't return a partial content when I use the HTTP header: Range: bytes=100-200 It should return the content of the page starting from byte 100 until the byte 200, but it still returns the whole page. Does this happen when the page i

[PHP] Range: bytes=x-y

2004-11-28 Thread Octavian Rasnita
Hi all, Does anyone know why some servers don't return a partial content when I use the HTTP header: Range: bytes=100-200 It should return the content of the page starting from byte 100 until the byte 200, but it still returns the whole page. Does this happen when the page is sent unbuffered? O