Chenjp commented on PR #810:
URL: https://github.com/apache/tomcat/pull/810#issuecomment-2608927392

   As expected: 
   ```
   curl -i http://localhost:1080/uploads/size-1.dat -X PUT -H "Content-Range: 
Bytes 0-0/1" -d 111111
   ```
   HTTP/1.1 201 Created
   
   
   ```
   curl -i http://localhost:1080/uploads/size-1.dat
   ```
   
   HTTP/1.1 200 OK
   Date: Thu, 23 Jan 2025 05:55:51 GMT
   Server: Apache/2.4.62 (Unix)
   Last-Modified: Thu, 23 Jan 2025 05:55:39 GMT
   ETag: "1-62c5942780a39"
   Accept-Ranges: bytes
   Content-Length: 1
   
   1
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to