On Mon, 2011-10-03 at 16:44 -0400, David R Robison wrote: > I have a HTTP device that only sends back simple responses as defined in > section 6 of RFC-1945. A simple response being one without a start line > or message headers. Is this possible with HttpClient? When I try I get > a org.apache.http.client.ClientProtocolException exception. Any ideas? > David >
HttpClient does not support simple responses. As far as I understand it is an HTTP/0.9 feature and HTTP/1.1 compliant HTTP agents are not required to support it. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
