Skip to content

Allow configuring TCP keepalives and discard connections that have been idled #473

Allow configuring TCP keepalives and discard connections that have been idled

Allow configuring TCP keepalives and discard connections that have been idled #473

GitHub Actions / clippy failed Aug 19, 2024 in 0s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.80.1 (3f5fd8dd4 2024-08-06)
  • cargo 1.80.1 (376290515 2024-07-16)
  • clippy 0.1.80 (3f5fd8d 2024-08-06)

Annotations

Check failure on line 369 in pkcs11/src/config/config_file.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing fields `connection_max_idle_duration` and `tcp_keepalives` in initializer of `config::config_file::SlotConfig`

error[E0063]: missing fields `connection_max_idle_duration` and `tcp_keepalives` in initializer of `config::config_file::SlotConfig`
   --> pkcs11/src/config/config_file.rs:369:29
    |
369 |                 slots: vec![SlotConfig {
    |                             ^^^^^^^^^^ missing `connection_max_idle_duration` and `tcp_keepalives`