Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-5798

WebSocket transport fails to transport a large message

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0
    • 3.0.1
    • Transports
    • None
    • Unknown

    Description

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

      Attachments

        Activity

          People

            ay Akitoshi Yoshida
            ay Akitoshi Yoshida
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: