testNoncompliantPostMethodString() Tests if client is able to recover gracefully when HTTP server or
proxy fails to send 100 status code when expected.
public void testMalformed204Response() throws Exception(Code)
testMalformed304Response
public void testMalformed304Response() throws Exception(Code)
Tests if client is able to handle gracefully malformed responses
that may not include response body.
testNoncompliantHeadStrictMode
public void testNoncompliantHeadStrictMode() throws Exception(Code)
Test if a response to HEAD method from non-compliant server causes an
HttpException to be thrown
testNoncompliantHeadWithResponseBody
public void testNoncompliantHeadWithResponseBody() throws Exception(Code)
Test if a response to HEAD method from non-compliant server that contains
an unexpected body content can be correctly redirected
testNoncompliantPostMethodString
public void testNoncompliantPostMethodString() throws Exception(Code)
Tests if client is able to recover gracefully when HTTP server or
proxy fails to send 100 status code when expected. The client should
resume sending the request body after a defined timeout without having
received "continue" code.