Re: Deprecated API's removal

2024-08-04 Thread Nitish Chitta
My bad, Thanks for the response though. I can see the same issue with 5.2 as well. Regards, Nitish On Sun, Aug 4, 2024 at 11:02 PM Chuck Caldarale wrote: > > > On Aug 4, 2024, at 12:10, Nitish Chitta > wrote: > > > > After removing the deprecated API calls from httpcore-nio-4.4.9, I > observed

Re: Deprecated API's removal

2024-08-04 Thread Chuck Caldarale
> On Aug 4, 2024, at 12:10, Nitish Chitta > wrote: > > After removing the deprecated API calls from httpcore-nio-4.4.9, I observed > that the *handle(**Object paramT, HttpAsyncExchange paramHttpAsyncExchange, > HttpContext paramHttpContext)* method of *HttpAsyncRequestHandler *is not > returni

Re: Deprecated API's removal

2024-08-04 Thread Nitish Chitta
Hello, After removing the deprecated API calls from httpcore-nio-4.4.9, I observed that the *handle(**Object paramT, HttpAsyncExchange paramHttpAsyncExchange, HttpContext paramHttpContext)* method of *HttpAsyncRequestHandler *is not returning the same HttpContext object as the earlier *NHttpRequest