MediaElementWithHttpClient icon indicating copy to clipboard operation
MediaElementWithHttpClient copied to clipboard

"Accept-Ranges" is not required.

Open heroboy opened this issue 8 years ago • 1 comments

https://github.com/kiewic/MediaElementWithHttpClient/blob/master/MediaElementWithHttpClient/HttpRandomAccessStream.cs#L75

from:https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.5

but are not required to do so. Clients MAY generate byte-range requests without having received this header for the resource involved.

heroboy avatar Nov 08 '16 01:11 heroboy

@heroboy That is a good point.

Thanks for letting me know.

kiewic avatar Nov 08 '16 23:11 kiewic