Fix bug in RequestStream #741
Annotations
2 errors and 15 warnings
cargo check -p h3:
h3/src/shared_state.rs#L31
crate-private type `SharedState2` in public interface
|
cargo check -p h3
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 1.70.0
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 1.70.0
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 1.70.0
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 1.70.0
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 check -p h3:
h3/src/server/connection.rs#L10
unused import: `sync::Arc`
|
cargo check -p h3:
h3/src/server/connection.rs#L15
unused import: `http::Request`
|
cargo check -p h3:
h3/src/server/connection.rs#L21
unused imports: `FrameStreamError`, `qpack`, `self`
|
cargo check -p h3:
h3/src/server/request.rs#L116
unused variable: `reason`
|
cargo check -p h3:
h3/src/server/request.rs#L168
unused variable: `reason`
|
cargo check -p h3:
h3/src/error2/traits.rs#L12
unused variable: `internal_error`
|
cargo check -p h3:
h3/src/error2/traits.rs#L24
unused variable: `internal_error`
|
cargo check -p h3:
h3/src/error2/traits.rs#L25
unused variable: `config`
|
cargo check -p h3:
h3/src/shared_state.rs#L11
fields `settings`, `connection_error`, and `closing` are never read
|
cargo check -p h3:
h3/src/error2/internal_error.rs#L9
variants `Connection` and `Stream` are never constructed
|
Loading