Just as a followup. I got the desired HTTP/1.0 behaviour by disabling chunking and setting the connection type to 'close'.
Thanks for your help. Henk On Jan 14, 2010, at 11:59 AM, Daniel Kulp wrote: > On Thu January 14 2010 1:23:27 pm Henk Flipman wrote: >> Hi, >> >> can anyone tell me how to force the use of HTTP/1.0 versus HTTP/1.1? > > I'm not sure if you can force a URL connection into 1.0. However, MOST of > the > time, if you just disable chunking, it works fine. See: > > http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html > > and search for chunking. > > > -- > Daniel Kulp > [email protected] > http://www.dankulp.com/blog
