Open
Description
At this time, the RangeTestCase#testPut and AsynchroneTestCase#testPut test cases fail. There is an issue when using the HttpUrlConnection-base client which leads the server to be unable to get the incoming entity.
The sequence of requests is: GET request, then PUT, then POST. The test hangs on the PUT request.