Bug 1575184 Comment 15 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This seems like a buggy server issue, perhaps. On Desktop when I request the HLS manifest, I get 200 OK. From Karl's screenshots, we're getting `206 Partial Content`.

Note that the `content-length` is 994 for the 200, and Fenix is getting a 206 with `content-range: bytes 0-993/994`. So it's going back for the last byte and getting the same content again, in the meantime playing the first few frames, then repeating once it gets a new 206 (which is the same over and over). 

John, do we have known bugs similar to this?
This seems like a buggy server issue, perhaps. On Desktop when I request the HLS manifest, I get 200 OK. From Karl's screenshots, we're getting `206 Partial Content`.

Note that the `content-length` is 994 for the 200, and Fenix is getting a 206 with `content-range: bytes 0-993/994`. So it's going back for the last byte and getting the same content again, in the meantime playing the first few frames, then repeating once it gets a new 206 (which is the same over and over). 

edit: I just learned `0-993` means all 994 bytes are transferred.

John, do we have known bugs similar to this?

Back to Bug 1575184 Comment 15