Fix bug in RequestStream #747
CI.yml
on: pull_request
Check Style
5s
Lint
16s
Matrix: test
Compliance report
0s
CI is green
0s
Annotations
11 errors and 20 warnings
Check Style
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Lint:
h3/src/server/connection.rs#L126
no method named `close` found for struct `connection::ConnectionInner` in the current scope
|
Lint:
h3/src/client/connection.rs#L252
mismatched types
|
Lint:
h3/src/client/connection.rs#L457
no method named `close` found for struct `connection::ConnectionInner` in the current scope
|
Lint:
h3/src/server/connection.rs#L94
no method named `close` found for struct `connection::ConnectionInner` in the current scope
|
Lint:
h3/src/server/connection.rs#L294
no method named `close` found for struct `connection::ConnectionInner` in the current scope
|
Lint:
h3/src/connection.rs#L349
type annotations needed
|
Lint:
h3/src/connection.rs#L405
no method named `close` found for mutable reference `&mut connection::ConnectionInner<C, B>` in the current scope
|
Lint:
h3/src/connection.rs#L413
no method named `close` found for mutable reference `&mut connection::ConnectionInner<C, B>` in the current scope
|
Lint:
h3/src/connection.rs#L420
no method named `close` found for mutable reference `&mut connection::ConnectionInner<C, B>` in the current scope
|
Lint:
h3/src/connection.rs#L453
no method named `close` found for mutable reference `&mut connection::ConnectionInner<C, B>` in the current scope
|
Check Style
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check Style
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/
|
Check Style
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/
|
Check Style
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/
|
Check Style
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/
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint
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/
|
Lint
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/
|
Lint
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/
|
Lint
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/
|
Lint:
h3/src/client/connection.rs#L398
unneeded unit expression
|
Lint:
h3/src/client/builder.rs#L14
unused import: `SharedStateRef`
|
Lint:
h3/src/server/builder.rs#L32
unused import: `SharedStateRef`
|
Lint:
h3/src/server/connection.rs#L10
unused import: `sync::Arc`
|
Lint:
h3/src/server/connection.rs#L15
unused import: `http::Request`
|
Lint:
h3/src/server/connection.rs#L21
unused imports: `FrameStreamError`, `qpack`, and `self`
|
Lint:
h3/src/server/connection.rs#L228
unneeded unit expression
|
Lint:
h3/src/shared_state.rs#L3
unused import: `Arc`
|
Lint:
h3/src/error2/traits.rs#L3
unused import: `tokio::sync::oneshot::error`
|
Lint:
h3/src/error2/traits.rs#L6
unused import: `config::Config`
|