> Axis2 uses transfer-encoding: chunked in the http header as a default.
> When a message is received by the axis2 server, apparently the server
> waits until all of the message chunks are received from the client
> before presenting the entire message to the application code.
> 
> I was wondering if it is possible to configure or program with axis2
> so that the application code can listen to the individual chunks,
> i.e., listen and process the individual http "chunk", as opposed to
> the the default situation of the application code waiting for axis2 to
> buffer the entire message to the application?
> 
> Thanks
> Zaeem
> 
> 
> 

Reply via email to