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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Looking at the stack trace, something is writing to the Writer obtained via
ServletResposne.getWriter() but since this bug relates to WebSocket, nothing
should be writing via the ServletResponse object. It appears that a reference
to the Writer is being retained and used when it should not be.

I have zero knowledge of the Atmosphere framework so it is always possible I am
mis-reading what is going on in the context of that framework. Feel free to
re-open this issue with further clarification on the circumstances if I have.

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