You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
protocol=HTTP_1 useOtherHeadersFactory=false withCL=true
java.lang.AssertionError: Unexpected subscribe to payload body before 100 (Continue)
Expected: is <false>
but: was <true>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at io.servicetalk.http.netty.ExpectContinueTest.retryExpectationFailed(ExpectContinueTest.java:526)
The text was updated successfully, but these errors were encountered:
ExpectContinueTest > retryExpectationFailed(HttpProtocol, boolean, boolean) > protocol=HTTP_2 useOtherHeadersFactory=true withCL=true FAILED
java.lang.AssertionError: Unexpected subscribe to payload body before 100 (Continue)
Expected: is <false>
but: was <true>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at io.servicetalk.http.netty.ExpectContinueTest.retryExpectationFailed(ExpectContinueTest.java:526)
macOS OpenJDK17
The text was updated successfully, but these errors were encountered: