Aki Yoshida created CXF-5798:
--------------------------------
Summary: WebSocket transport fails to transport a large message
Key: CXF-5798
URL: https://issues.apache.org/jira/browse/CXF-5798
Project: CXF
Issue Type: Bug
Components: Transports
Affects Versions: 3.0.0
Reporter: Aki Yoshida
Assignee: Aki Yoshida
There is an issue for the server to reliably transmit the entire message.
The original server side (i.e., Destination) implementation associates each
write operation from the application to a websocket write operation. When the
message is large and split in this way, this will confuse the client to
interpret the message.
Either the fragment flag must be set at the write operation at the server or
the message must be buffered (if the client is not supporting the fragment).
--
This message was sent by Atlassian JIRA
(v6.2#6252)