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 80fd905 commit be47306Copy full SHA for be47306
rust-toolchain.toml
@@ -1,2 +1,2 @@
1
[toolchain]
2
-channel = "nightly-2022-12-19"
+channel = "nightly-2022-12-15"
src/h2/server.rs
@@ -315,7 +315,7 @@ async fn handle_events(
315
rx: piece_rx,
316
};
317
318
- debug!("Calling handlerwith the given body");
+ debug!("Calling handler with the given body");
319
tokio_uring::spawn({
320
let driver = driver.clone();
321
async move {
0 commit comments