We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd44d9 commit 5fc75d4Copy full SHA for 5fc75d4
src/common/test_stream.rs
@@ -264,7 +264,7 @@ async fn stream_handshake_regression_issues_77() -> io::Result<()> {
264
let r = stream.handshake(&mut cx);
265
assert_eq!(
266
r.map_err(|err| err.kind()),
267
- Poll::Ready(Err(io::ErrorKind::UnexpectedEof))
+ Poll::Ready(Err(io::ErrorKind::InvalidData))
268
);
269
270
Ok(()) as io::Result<()>
0 commit comments