http4s/http4s-curl

Unexpected status causes `CurlExecutionContext` to hang

armanbilge opened this issue · 2 comments

Somehow this error manifested into a 6 hour hang on CI.

==> X org.http4s.curl.CurlClientSuite.3 post echos 12.67s org.http4s.client.UnexpectedStatus: unexpected HTTP status: 502 Bad Gateway for request POST https://postman-echo.com/post

https://github.com/http4s/http4s-curl/actions/runs/3182527644/jobs/5188586017

Do we have an example that reproduces this one?
I think it might be the same issue from #64

Probably we can close, until there is evidence to re-open.