proxmox/proxmox-http/src
Maximiliano Sandoval b006e66361 http: remove redundant redefinition of binding
Fixes the clippy error:

error: redundant redefinition of a binding `data`
   --> proxmox-http/src/websocket/mod.rs:375:9
    |
375 |         let data = data;
    |         ^^^^^^^^^^^^^^^^
    |
help: `data` is initially defined here
   --> proxmox-http/src/websocket/mod.rs:369:27
    |
369 |     pub fn try_from_bytes(data: &[u8]) -> Result<Option<FrameHeader>, WebSocketError> {
    |                           ^^^^
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals
    = note: `#[deny(clippy::redundant_locals)]` on by default

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
2024-06-28 10:22:58 +02:00
..
client http: support ALPN negotiated http2 2024-03-28 11:19:56 +01:00
websocket http: remove redundant redefinition of binding 2024-06-28 10:22:58 +02:00
client_trait.rs http: client_trait: make request body generic 2022-09-07 09:25:47 +02:00
http_options.rs http: move SimpleHttpOptions to http-helpers feature 2022-09-07 09:17:45 +02:00
lib.rs http: move rate-limiting out of client feature 2023-03-02 16:14:04 +01:00
proxy_config.rs http: rename SimpleHttp to Client 2022-09-07 09:17:45 +02:00
rate_limited_stream.rs http: rate limited stream: fix typo in rustdoc comment 2023-11-08 09:56:26 +01:00
rate_limiter.rs http: move rate-limiting out of client feature 2023-03-02 16:14:04 +01:00
uri.rs http: take over json_object_to_query 2022-06-29 10:32:44 +02:00