Hello All, I have a server class waiting for requests from the browser which then internally delegates the request to HttpClient. I use the getResponseBodyAsStream to retreive the body and kind of siphon the response to the browser socket. However, I am continuously having issues with images in a way that some of them show up, some of them dont. I initially wondered if the connections were closed before they actually transfered the data but I cannot understand why some of the images show up while others dont! Any thoughts? Thanks in advance
Regards Vish --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
