Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

abort_read test fails on Debian sid, probablly due to curl #559

Closed
plugwash opened this issue Apr 24, 2024 · 0 comments · Fixed by #562
Closed

abort_read test fails on Debian sid, probablly due to curl #559

plugwash opened this issue Apr 24, 2024 · 0 comments · Fixed by #562

Comments

@plugwash
Copy link

Recently the abort_read test started failing on our CI in Debian sid. I do not know for sure what triggered this, but the prime suspect is the upgrade from curl 8.5 to curl 8.7 was the trigger for this regression.

I was able to reproduce this with a git checkout from this and the command "cargo test". libcurl4-openssl-dev was installed.

---- abort_read stdout ----
thread '' panicked at 'unexpected header: "" (remaining headers {"\r\n", "PUT / HTTP/1.1\r\n", "Host: 127.0.0.1:33559\r\n", "Content-Length: 2\r\n", "Accept: /\r\n"})', tests/server/mod.rs:70:21
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
thread 'abort_read' panicked at 'res failed with Any { .. }', tests/server/mod.rs:218:13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant