Fix bug in RequestStream #271
+918
−214
Draft
Annotations
2 errors and 15 warnings
cargo clippy:
h3-webtransport/src/server.rs#L223
no method named `accept_with_frame` found for struct `std::sync::MutexGuard<'_, h3::server::Connection<C, B>>` in the current scope
|
cargo clippy
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Install Rust stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
cargo clippy:
h3/src/client/connection.rs#L395
unneeded unit expression
|
cargo clippy:
h3/src/server/connection.rs#L10
unused import: `sync::Arc`
|
cargo clippy:
h3/src/server/connection.rs#L15
unused import: `http::Request`
|
cargo clippy:
h3/src/server/connection.rs#L21
unused imports: `FrameStreamError`, `qpack`, and `self`
|
cargo clippy:
h3/src/server/connection.rs#L228
unneeded unit expression
|
cargo clippy:
h3/src/server/request.rs#L13
unused import: `self`
|
cargo clippy:
h3/src/error2/traits.rs#L18
unneeded unit return type
|
cargo clippy:
h3/src/error2/traits.rs#L30
unneeded unit return type
|
cargo clippy:
h3/src/server/request.rs#L116
unused variable: `reason`
|
cargo clippy:
h3/src/server/request.rs#L168
unused variable: `reason`
|
Loading