You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But there might be requests without a Content-Length when using Transfer-Encoding: chunked.
When using tus we can actually indicate that this is allowed using the creation-defer-length in the list of supported extensions. For normal PUT ... this is legacy ... hm we may need to consider this case when fixing cs3org/cs3apis#71
The text was updated successfully, but these errors were encountered:
Currently we require PUT requests to have a
Content-Length
: https://github.com/butonic/reva/blob/c79ca8c607207b3564eb61976470e3f8c198328b/internal/http/services/owncloud/ocdav/put.go#L194But there might be requests without a
Content-Length
when usingTransfer-Encoding: chunked
.When using tus we can actually indicate that this is allowed using the
creation-defer-length
in the list of supported extensions. For normal PUT ... this is legacy ... hm we may need to consider this case when fixing cs3org/cs3apis#71The text was updated successfully, but these errors were encountered: