https://bz.apache.org/bugzilla/show_bug.cgi?id=65368

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
Thanks for the additional information provided off-line.

I used chrome with SSLKEYLOGFILE and Wireshark to look at a test request to the
server you provided details of.

The Wireshark trace shows the client submitting the POST request and then
immediately closing the TCP connection. This is consistent with what is
reported in the stack trace - that the connection has been closed.

This looks like a broken client to me.

Generally, clients closing the connection should be silently ignored by Tomcat.
We typically log such events as debug level for instances such as this where
there is a client error that needs to be debugged.

I do want to see if I can recreate this locally with a simple test case as we
may need to adjust the logging in this scenario.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to