forked from proxmox-mirrors/proxmox
rest-server: drop log intended for debugging again
I considered keeping it as log::trace level, but IMO that's just not worth it, as just the peek_len is not giving one much more and can also be basically also gathered through strace. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1539bc1ce3
commit
9529f730e0
@ -501,7 +501,6 @@ impl AcceptBuilder {
|
||||
// This means we will peek into the stream's queue until we got
|
||||
// HANDSHAKE_BYTE_LEN bytes or an error.
|
||||
Ok(peek_len) if peek_len < HANDSHAKE_BYTES_LEN => {
|
||||
log::info!("peek_len = {peek_len}");
|
||||
// if we detect the same peek len again but still got a readable stream,
|
||||
// the connection was probably closed, so abort here
|
||||
if peek_len == previous_peek_len {
|
||||
|
Loading…
Reference in New Issue
Block a user