> Sounds good, but I disagree with your STATUS code. It is a 400, not a > 413. The request is completely invalid, not too large. It would be too > large if we had set a limit on the size of requests, but that isn't the > problem. The problem is that they have sent an invalid chunk.
No, it is a valid chunk-size. It is simply too large for the data type we chose to implement it with. 413 is the correct response, unless somebody wants to bother implementing large-file input chunks. ....Roy
