Uploaded image for project: 'Undertow'
  1. Undertow
  2. UNDERTOW-554

SSE Events are truncated

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.3.0.CR3
    • 1.3.0.CR2
    • Core
    • Hide

      1/ compile and run the project in attachment of this issue (see README.md).
      2/ open a browser that supports SSE (eg Chrome): http://localhost:9090/sse

      Expected:
      Get the full content of the SSE event displayed in Chrome

      Obtained:
      The beginning of the content of the SSE event truncated to the max size of the ByteBuffer.

      Show
      1/ compile and run the project in attachment of this issue (see README.md). 2/ open a browser that supports SSE (eg Chrome): http://localhost:9090/sse Expected: Get the full content of the SSE event displayed in Chrome Obtained: The beginning of the content of the SSE event truncated to the max size of the ByteBuffer.

    Description

      When the Server-Sent Events (SSE) size is bigger than the size of the ByteBuffer used by the underlying connection, then the SSE events sent are truncated to the maximum size of the ByteBuffer and the rest of the events is never sent.

      Attachments

        Activity

          People

            sdouglas1@redhat.com Stuart Douglas
            ctranxuan_jira ctranxuan ctranxuan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: