dirkmoors / drf-tus

A Tus (tus.io) library for Django Rest Framework
MIT License
24 stars 26 forks source link

PATCH Response is missing 'Content-Length' header #9

Closed dirkmoors closed 6 years ago

dirkmoors commented 6 years ago

Returning a 204 response without a content-length is breaking Safari & IE uploads. Just add 'Content-Length' header with value '0' to the response.