Dear Craig,
I'm writing a servlet to allow large-file uploads (with ranges and
resume). One issue I noticed was that if the range is invalid (I do
the checks in doPut), and I return a 416, the client (curl in this
case) continues to upload the body (possibly gigabytes of data that
will be
Hello -
I'm writing a servlet to allow large-file uploads (with ranges and
resume). One issue I noticed was that if the range is invalid (I do the
checks in doPut), and I return a 416, the client (curl in this case)
continues to upload the body (possibly gigabytes of data that will be
discard