Re: Problem with the chunking (new http client?)

2012-12-21 Thread Vassilis Virvilis
Hi, On 12/18/2012 09:31 PM, Daniel Kulp wrote: I certainly have not seen this at all. No idea what would cause this as there weren't really any changes in this part for 2.7.1. Can you wireshark the connect to make sure all the data really did get pushed across? Dan I have the wireshar

Re: Problem with the chunking (new http client?)

2012-12-18 Thread Daniel Kulp
I certainly have not seen this at all. No idea what would cause this as there weren't really any changes in this part for 2.7.1. Can you wireshark the connect to make sure all the data really did get pushed across? Dan On Dec 18, 2012, at 5:50 AM, Vassilis Virvilis wrote: > Hello

Problem with the chunking (new http client?)

2012-12-18 Thread Vassilis Virvilis
Hello, We have upgraded to cxf 2.7.1 (we had 2.7.0 client side and 2.6.2 server side) I am getting these exceptions in the client. On server I get no errors. The problem goes away when I specify httpClientPolicy.setAllowChunking(false); on the client. Has anybody see this problem?