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
While running the build for transport/http in gateway in a loop, sometimes we get a failure with the following message:
ArchitectureIT.originServerShouldSend505OnMajorVersionNotEqualToOne FAILED with exception org.junit.ComparisonFailure: Specified behavior did not match expected:<...write "\r\n"
read "[HTTP/1.1 505]"
but was:<...write "\r\n"
read "[]"
(0.25 secs)
org.junit.ComparisonFailure: Specified behavior did not match expected:<...write "\r\n"
read "[HTTP/1.1 505]"
but was:<...write "\r\n"
read "[]"
In gateway log we see an exception HttpProtocolDecoderException.
While running the build for transport/http in gateway in a loop, sometimes we get a failure with the following message:
ArchitectureIT.originServerShouldSend505OnMajorVersionNotEqualToOne FAILED with exception org.junit.ComparisonFailure: Specified behavior did not match expected:<...write "\r\n"
read "[HTTP/1.1 505]"
read "[]"
read "[HTTP/1.1 505]"
read "[]"
In gateway log we see an exception HttpProtocolDecoderException.
The log for the error is here:
architectureit_failure.txt
The text was updated successfully, but these errors were encountered: