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 0c0fb1b commit 6474a3fCopy full SHA for 6474a3f
examples/upgrades.rs
@@ -37,7 +37,7 @@ async fn server_upgraded_io(upgraded: Upgraded) -> Result<()> {
37
38
// and now write back the server 'foobar' protocol's
39
// response...
40
- upgraded.write_all(b"barr=foo").await?;
+ upgraded.write_all(b"bar=foo").await?;
41
println!("server[foobar] sent");
42
Ok(())
43
}
0 commit comments