Hi,
I'm implementing a Grizzly HttpHandler, and am wondering if there is any
way to check if the client connection that originated the Request is still
open, or if it has closed? I've tried obtaining the HttpRequestPacket from
the Request, and checking if the Connection is open, but that seems to
always return true, even if the client has disconnected.
Any help would be much appreciated.
Thanks!
Luis