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.
The log for the error is here:
architectureit_failure.txt