abersheeran / baize

Powerful and exquisite WSGI/ASGI framework/toolkit.
https://baize.aber.sh
Apache License 2.0
83 stars 3 forks source link

Changes to match rfc7233 #51

Closed trafficone closed 2 years ago

trafficone commented 2 years ago

Addresses issue #49 - adjustment of range headers.

Tests to evaluate

The ranges calculation in parse_range now will return values for prefix, suffix, and over-large ranges. The rest of the logic should work with the change.

abersheeran commented 2 years ago

Thanks!