We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a018f commit 65c5d50Copy full SHA for 65c5d50
domain-proxy/common.go
@@ -72,8 +72,6 @@ func handleConnectionError(err error) {
72
Logger.Printf("Connection timed out")
73
} else if err != io.EOF {
74
Logger.Printf("Error using connection: %v", err)
75
- } else if err == io.EOF {
76
- Logger.Printf("EOF")
77
}
78
79
0 commit comments