fix uploads which use more than one write

parent 7c06f1c5
......@@ -872,7 +872,7 @@ tus_suck_f(void *priv, unsigned flush, const void *ptr, ssize_t len)
return (-1);
}
return (l);
return (0);
}
unsigned
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment