Hi Miguel, if the GET never returns, you're not talking about HTTP. If the request body is not limited, you're fine with HttpClient. Use GetMethod.getRequestBodyAsStream() after executing the method, then read as much as you want to. Make sure to call method.abort() rather than releaseConnection() when you're done.
hope that helps, Roland Miguel A Paraz <[EMAIL PROTECTED]> 24.11.2005 11:08 Please respond to "HttpClient User Discussion" To [email protected] cc Subject Streaming MJPEG Hi, Has anyone looked into using commons-httpclient for opening a streaming MJPEG URL from a network camera? Basically, the GET will never return but the client should have access to the data as it comes in. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
