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

Stream panics in drop during test #726

Closed
kolbma opened this issue Feb 10, 2024 · 1 comment
Closed

Stream panics in drop during test #726

kolbma opened this issue Feb 10, 2024 · 1 comment

Comments

@kolbma
Copy link

kolbma commented Feb 10, 2024

stream::tests::test_deadline_stream_buffering

ureq/src/stream.rs

Lines 319 to 323 in 5178597

impl Drop for Stream {
fn drop(&mut self) {
debug!("dropping stream: {:?}", self);
}
}

ureq/src/stream.rs

Lines 692 to 696 in 5178597

impl ReadWrite for ReadRecorder {
fn socket(&self) -> Option<&TcpStream> {
unimplemented!()
}
}

@algesten
Copy link
Owner

Closing since we're moving to ureq 3.x.

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

No branches or pull requests

2 participants