tus-java-client
tus-java-client copied to clipboard
(411) while creating upload
I'm getting "unexpected status code (411) while creating upload" while trying to upload a file using tus client, althogugh I'm setting the header specificaly. Any thoughts?
What tus server are you using? Can you show us your code responsible for performing the tus upload?
I've noticed the same issue. We're using Openresty's Lua on our gateway which doesn't support chunking of requests (transfer-encoding:chunked) so renders the upload logic problematic
@foxware00 That's good to know, thanks!