Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] What does this exception mean?

Hi,

On Thu, Jul 21, 2022 at 12:30 PM John English <john.foreign@xxxxxxxxx> wrote:
> java.io.IOException: Close
> SendCallback@7c34392e[PROCESSING][i=HTTP/1.1{s=302,h=5,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3b37d5e3]
> in state PROCESSING

I'm guessing the client closed the connection while the server was
writing a 302 redirect.
-- 
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