Closed ishannaithani closed 5 years ago
Purpose of this PR:
Microsoft Edge send a Range Request HTTP code 206 because of a line in function parseStreamTracksInfo at line https://github.com/Temasys/SkylinkJS/blob/0b7bcfac9ae6249786ebe8da397c9e92871dc5fa/source/stream-media.js#L1896 This line needs to be commented out to avoid Edge sending the 206 request.
HTTP code 206
parseStreamTracksInfo
See ESS-1588 for more details.
Purpose of this PR:
Microsoft Edge send a Range Request
HTTP code 206
because of a line in functionparseStreamTracksInfo
at line https://github.com/Temasys/SkylinkJS/blob/0b7bcfac9ae6249786ebe8da397c9e92871dc5fa/source/stream-media.js#L1896 This line needs to be commented out to avoid Edge sending the 206 request.See ESS-1588 for more details.