Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
log: avoid log spam with monitoring probes on the HTTP port
Prior to this patch, a monitoring probe that would just open and close the HTTP port would cause log spam like the following: ``` E201007 11:21:57.101735 882 (gostd) net/http/server.go:3088 http: TLS handshake error from 127.0.0.1:24059: EOF ``` This patch removes it. (This was tested by using netcat: `nc 127.0.0.1 8080` and then Ctrl+C to immediately close the connection.) Release note: None
- Loading branch information