We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c1de2 commit 1ce5455Copy full SHA for 1ce5455
.github/workflows/polonius.diff
@@ -17,7 +17,7 @@ index 9b73f2c7..d6cd39a2 100644
17
self.process_http3(now);
18
19
diff --git a/neqo-transport/src/server.rs b/neqo-transport/src/server.rs
20
-index 5659db0a..43b4345e 100644
+index 2446f8d3..25ceb2b0 100644
21
--- a/neqo-transport/src/server.rs
22
+++ b/neqo-transport/src/server.rs
23
@@ -445,12 +445,7 @@ impl Server {
@@ -34,9 +34,9 @@ index 5659db0a..43b4345e 100644
34
Output::None => {}
35
d @ Output::Datagram(_) => return d,
36
Output::Callback(next) => match callback {
37
-@@ -490,12 +485,7 @@ impl Server {
38
- assert!(out.is_empty());
+@@ -491,12 +486,7 @@ impl Server {
39
+ #[allow(clippy::option_if_let_else)]
40
let output = if let Some(dgram) = dgram {
41
- self.process_input(
42
- dgram,
0 commit comments