Yes might be, but our application uses synchrous servlets and changing it
to use asynchronous servlets is quite a challenging task as we have some
business logic in the application which requires using of synchronous
servlets. This is the main reason of trying Classic Facade APIs by
migrating from 4.2.x http client api implementation to 5.x implementation.
Is there any setting or configuration which could help in file downloads.

Sreenivas

On Tue, 2 Sept, 2025, 22:34 Oleg Kalnichevski, <[email protected]> wrote:

> On Tue, 2025-09-02 at 22:25 +0530, sreenivas somavarapu wrote:
> > Hi Oleg,
> >
> > This is a sample program to demonstrate the behavior. Actual
> > application is
> > a servlet (Which internally uses HTTPClient APIs to access different
> > server
> > interfaces including but not limited to file servers i.e., this is a
> > frontend high secure server available to a team of people who doesn't
> > have
> > internet access). We wanted to support accessing HTTP/2 only servers
> > using
> > this Application which is why we are trying the new Classic Facade
> > API.
>
> You should be using the async APIs directly.
>
> Oleg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to