On Thu, Feb 11, 2010 at 11:28 AM, Mark Slee <[email protected]> wrote:
> Any patch to implement early-closing on the server-side should NOT depend > upon the type of method invoked, it should purely be based upon detecting an > explicit socket close from the client. > Agreed, with the caveat that a non-oneway request coming from a closed socket cannot be responded to. It's worth considering whether or not you should even process the request at this point.
