Re: Problem when put a one-byte file partially

2025-04-15 Thread Chuck Caldarale
> On 2025 Apr 15, at 09:32, Christopher Schultz > wrote: > > Chenjp, > > On 4/14/25 5:46 AM, Justin Chen wrote: >> Main branch: Receive unexpected 400 for curl put with content-range header >> value "bytes 0-0/1" and >> -d c. >> PR submitted. > > I think HTTP 400 is the correct response for

Re: Problem when put a one-byte file partially

2025-04-15 Thread Christopher Schultz
Chenjp, On 4/14/25 5:46 AM, Justin Chen wrote: Main branch: Receive unexpected 400 for curl put with content-range header value "bytes 0-0/1" and -d c. PR submitted. I think HTTP 400 is the correct response for this. You are saying "I'd like to update bytes 0-0 (a zero-width update) with th