Akitoshi Yoshida created CXF-6932: ------------------------------------- Summary: Websocket conduit may fail to transmit the entire message Key: CXF-6932 URL: https://issues.apache.org/jira/browse/CXF-6932 Project: CXF Issue Type: Bug Components: Transports Affects Versions: 3.0.9, 3.1.6 Reporter: Akitoshi Yoshida Assignee: Akitoshi Yoshida
CXF's Websocket conduit may split a request message into several messages when sending a large message. These split messages cannot be reassembled correctly at the server at the moment. One temporary workaround is to set the buffer size to a larger value so that the request message is sent as a single message. A more effective solution would be to support the chunking and reassembling of these messages. As related to this issue, the server side Websocket transport currently buffers the response so that it is returned as a single message. As this buffering is inefficient, we should use the chunking mode.by default. -- This message was sent by Atlassian JIRA (v6.3.4#6332)