The partial content test requests a range of 0-4 (5 bytes) from the server. However, when the response is received, the test only checks for 4 bytes returned (0-3). The test can never pass. I updated the test to check bytes 0-4 of the partial_content.txt file.
The partial content test requests a range of 0-4 (5 bytes) from the server. However, when the response is received, the test only checks for 4 bytes returned (0-3). The test can never pass. I updated the test to check bytes 0-4 of the partial_content.txt file.