On Thu, 2008-03-13 at 15:36 -0400, Sam Berlin wrote: > Is there a preferred way of closing a connection using the IOReactors > & [N]HttpRequestExecutionHandlers? The only thing I can think of > would be to close it in submitRequest or handleResponse. Is there > another (better?) way of doing it? >
Sam, You probably want to close a connection when it is no longer needed? What about NHttpClientHandler#timeout? Oleg > Thanks, > Sam > > --------------------------------------------------------------------- > 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]
