-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
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
- https://ci.wildfly.org/project.html?projectId=UNDERTOW&testNameId=1944580345079490665&tab=testDetails
- https://ci.wildfly.org/project.html?projectId=UNDERTOW&testNameId=-6151848615170449394&tab=testDetails
- https://ci.wildfly.org/project.html?projectId=UNDERTOW&testNameId=2900081589848498375&tab=testDetails
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)