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

ServerSentEventTestCase failures on Windows, premature end of chunk coded message body

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.4.26.Final, 2.0.11.Final
    • None
    • None
    • None

    Description

      ServerSentEventTestCase failures on Windows, premature end of chunk coded message body.

      Noticed on https://github.com/undertow-io/undertow/pull/655 PR
      https://ci.wildfly.org/viewLog.html?buildId=112183&buildTypeId=UNDERTOW_MasterWindows

      Tests are failing since July 11, can be related to https://github.com/undertow-io/undertow/pull/655 PR, fyi tomazcerar

      Example stack trace:

      org.apache.http.ConnectionClosedException: Premature end of chunk coded message body: closing chunk expected
          at org.apache.http.impl.io.ChunkedInputStream.getChunkSize(ChunkedInputStream.java:266)
          at org.apache.http.impl.io.ChunkedInputStream.nextChunk(ChunkedInputStream.java:225)
          at org.apache.http.impl.io.ChunkedInputStream.read(ChunkedInputStream.java:184)
          at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:135)
          at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:148)
          at io.undertow.testutils.HttpClientUtils.readResponse(HttpClientUtils.java:51)
          at io.undertow.testutils.HttpClientUtils.readResponse(HttpClientUtils.java:43)
          at io.undertow.server.handlers.sse.ServerSentEventTestCase.testLargeMessage(ServerSentEventTestCase.java:223)
      

      Attachments

        Activity

          People

            sdouglas1@redhat.com Stuart Douglas
            rsvoboda@redhat.com Rostislav Svoboda
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: