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

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

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

--- Comment #4 from Mark Thomas <ma...@apache.org> ---
Applications using the old API (in this case Atmosphere) have an API available
to change the buffer size if they wish.

Applications have an API they can use to output binary messages that bypasses
the buffer entirely.

The buffers are always used when writing text messages and may be used when
writing binary messages.

Tomcat imposes no limits on the size of a message that is written. The buffer
merely controls the frame size when writing large text messages.

As per the WebSocket specification, frames have no semantic meaning (ignoring
extensions which complicate things slightly). Proxies may split frames or merge
frames as they see fit. Therefore, I see no reason for Atmosphere to object to
large text messages being split into multiple frames.

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