[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [jetty-users] Jetty 9.4.24 prints warning messages to stderr
|
Hello Simone,
FYI: I just downgraded my test-environment to 9.4.20 and the same
exceptions appear with FF. No warnings with Chrome btw. So the FF issue
is not something that appeared in a recent version. For some reason my
FF 70.0.1 intermittently stumbles. We have been running http/2 for a
couple of months now and these error reports are all very recent. Maybe
they changed something in FF that suddenly causes this.
I am considering reverting to HTTP 1.1 for now.
Kind regards,
Silvio
On 12/3/19 12:45 PM, Simone Bordet wrote:
Silvio,
On Tue, Dec 3, 2019 at 12:26 PM Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
The stack trace shows clearly that it's the client sending a reset to
the server, and that is logged at WARN level; we can certainly improve
the logging as EofException should not be logged at WARN level.
Now that I look better at this, we do print a line a WARN level, but
the whole stack trace is only printed at DEBUG level
May your application have some printStackTrace() left around?