Section 1.7 says: "'http.protocol.expect-continue': ... If this parameter is not set HttpClient will attempt to use the handshake."
However the default value returned by HttpProtocolParams.useExpectContinue() is false, and I assume this is used by the code. So shall I change that to "will not attempt" ? [BTW, I'm in the process of re-reading the docs in preparation for using HC in JMeter, so I may well be making some minor tweaks as I go.] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
