middleware.py
8.79 KB
-
StaticContentServer middleware conforms closer to spec for byte range requests. · ec508f59
This commit makes the following changes: 1. If there are syntactic errors in the Range header, it is ignored and the full content is returned. This conforms to the spec. 2. In case of multiple ranges in the header, the full content is returned. This behavior differs from the spec which says that a multipart response should be returned. PLAT-104
Usman Khalid committed