[ 
https://issues.apache.org/jira/browse/CXF-6932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15314175#comment-15314175
 ] 

Akitoshi Yoshida commented on CXF-6932:
---------------------------------------

here is a test case for this conduit issue provided by Colm
https://github.com/coheigea/testcases/blob/master/apache/cxf/cxf-transports/src/test/java/org/apache/coheigea/cxf/transports/websocket/WSSecurityWebsocketTest.java


> 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.1.6, 3.0.9
>            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)

Reply via email to