Chenjp opened a new pull request, #843: URL: https://github.com/apache/tomcat/pull/843
**semantics fix:** range size = end_pos - start_pos + 1 ## See error log ```bash curl http://localhost:64438/one.txt -d c -H "Content-Range: bytes 0-0/1" -i HTTP/1.1 405 Allow: OPTIONS, GET, HEAD, PUT, DELETE Content-Type: text/html;charset=utf-8 Content-Language: zh-CN Content-Length: 637 Date: Mon, 14 Apr 2025 08:44:27 GMT ``` -- 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