CURL Transport sometimes reports failures accessing https://twitter.com in MultipleCrlOperationsTest #3990
Labels
Azure.Core
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
Describe the bug
Several failures have been observed in the CI pipeline running the Validate Win2019_Win32Api_curl_x86 step.
The test failure I'm seeing mostly is a failure in curl.cpp:
The assert is reporting that instead of the expected
\13
the server is sending\34
("
). This comes from CurlSession::ReadCRLF which is expecting a\r\n
sequence.The text was updated successfully, but these errors were encountered: