> Remy Maucherat wrote: > > > Ok, I reviewed the patch, and there's a problem. > > The header that should be used here is not "Range", but "Content-Range" > > (which is great, since it specifies the final length of the resource). > > "Range" is used only for retrieval operations. > > Does this mean that for partial put, there is only one range, never two > or more like it is possible for partial get?
You should be able to use a multipart message (each part having its own content-range). However, I don't see the point of supporting this. Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
