zhanhb edited a comment on issue #174: Clean method parseRange
URL: https://github.com/apache/tomcat/pull/174#issuecomment-505345715
 
 
   Here's a test case for PUT, no other cases yet now. (Maybe need to migrate 
to PATCH in the future)
   ```sh
   # got 201 or 204
   curl -i -X PUT --header 'Content-Range: bytes=1-5/4' --data 'abcdef' 
'http://some-url-served-by-tomcat-default-servlet-and-not-readonly'
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to