pmonks / unfurl

This library implements "URL unfurling" approximately according to how Slack does it.
Mozilla Public License 2.0
22 stars 5 forks source link

Range header is not syntactically valid #2

Closed pmonks closed 6 years ago

pmonks commented 6 years ago

As per RFC-2616 §14.35, the value of a "Range" header must include a range unit (e.g. "bytes"). Currently, the unfurl library is not doing this.