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

--- Comment #3 from Rashmi <rashmikatag...@in.ibm.com> ---
So to clarify further, when we set socketBuffer to "-1" and if the client
disconnects before the server responds, what is the expected behaviour?
Is it that a socket error exception must be seen like on windows or the server
silently attempt to send response and not throw an error if that's not possible
like on linux?

The socket error thrown on windows is very useful on server side as we know
that there was an error sending response as the client disconnected. Is there
any other way we can make the server log the error when client disconnects
other than setting socketBuffer to "-1"

-- 
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