I believe you have to do some more digging here. As I see it you send x bytes from your your client to your proxy. That should see the exact same x bytes. Can you confirm in any way? The exact same x bytes should then be sent by your proxy to your backend. Can you confirm that on the backend?
Are the content-lengths received the same everywhere? Could this be a transfer encoding issue (gzip)? or just a simple encoding issue? Stefan 2015-05-28 11:52 GMT+02:00 Bhuvaneswari Anandhan < [email protected]>: > Hi , > > > > We are facing some issue in passing request input stream using > InputStreamEntity. > > > > Is there any known issue with InputStreamEntity interms of serialization o > streaming of data?? > > > > Or is there any compatibility issue with Websphere 8 server in passing > inputstream entity?? > > > > Presently we are passing the AMF(flex application request) request stream > in http client inputstreamEntity but the flex framework is failing to > deserialize the inputstream shared. But the same was working fine with 3.1 > commons client. > > > > We are not manipulating the AMF request stream or stream is not buffered. > > > > Please guide me how I can proceed. > > > > Thanks & Regards, > > Bhuvaneswari > > > -- BEKK Open http://open.bekk.no TesTcl - a unit test framework for iRules http://testcl.com
