Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] EXTERNAL: Re: jetty client delivers incomplete response without exception?

Hi,

On Fri, Apr 15, 2022 at 12:00 PM Robben, Bert via jetty-users
<jetty-users@xxxxxxxxxxx> wrote:
> The problem is that for the other request that the test did, there was NO EXCEPTION at all. From the client’s point-of-view, the request finished correctly. The problem was that the response was incomplete.

How do you know that the response was incomplete?
The client received the whole response or just part of it? If the
latter, then it's not expected as the client should have detected that
the connection was closed and reported an early EOF exception.

Are you able to run the client with DEBUG logs enabled and catch this error?

-- 
Simone Bordet
---
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless.   Victoria Livschitz


Back to the top