https://issues.apache.org/bugzilla/show_bug.cgi?id=53391

--- Comment #4 from Lawrence Kesteloot <l...@teamten.com> ---
I think I said "close socket" when I really meant "close connection". Here's
the behavior I'm seeing: If I do "curl URL" from the command line, and in BEGIN
I respond and ComentEvent.close(), the curl application shows the response and
terminates. But if I do this from another thread (from from within the event()
method), the curl application does not terminate. It doesn't think that the
connection has finished. How do I finish the connection from another thread?
That's the essence of this bug. If that's not possible to do, then this bug
should be reopened and the title should be modified.

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