You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Michael Becke <be...@u.washington.edu> on 2003/09/01 04:57:20 UTC

Re: Setting up HTTP/1.0 connection?

Hi Dan,

Try HttpMethodBase.setHttp11(false).

Mike

On Sunday, August 31, 2003, at 11:18 AM, Dan Tran wrote:

> Hi, I am new to HttpClient and hope this is the right list to ask.
>
> How do I configure HTTP/1.0 connection?
>
> -Dan