NoncompliantPostMethod class skips "Expect: 100-continue"
header when sending request headers to an HTTP server.
That makes the server expect the request body to follow
immediately after the request head. The HTTP server does not
send status code 100 expected by the client. The client should
be able to recover gracefully by sending the request body
after a defined timeout without having received "continue"
code.
|