I was able to overcome this by using the "Expect" header. I believe that
is the best way, if we are dealing with a Windows server?
thanks
asankha
On 09/21/2010 11:56 PM, Asankha C. Perera wrote:
Hi All
When using HttpCore/NIO and sending a request, the remote party may
pre-maturely send its response, before the send by the requesting
client completes.
When the AsyncNHttpClientHandler:processResponse() sees the response,
it will close or reset the connection with a connState.resetOutput();
This causes the subsequent socket write attempt from outputReady()
ProducingNHttpEntity entity = connState.getProducingEntity();
to return null for the entity, causing a NPE.. What is the best way to
handle this scenario?
thanks
asankha
--
Asankha C. Perera
AdroitLogic, http://adroitlogic.org
http://esbmagic.blogspot.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]