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 5a8a07e commit 9f2ee8aCopy full SHA for 9f2ee8a
check.go
@@ -2,10 +2,6 @@ package rotateproxy
2
3
import (
4
"crypto/tls"
5
-<<<<<<< HEAD
6
-=======
7
- "fmt"
8
->>>>>>> 7e8cacba273ca6e9b5ed8167f8d9810248ff7b58
9
"io"
10
"net/http"
11
"net/url"
@@ -103,15 +99,9 @@ func StartCheckProxyAlive(checkURL string, checkURLwords string) {
103
99
for {
104
100
select {
105
101
case <-crawlDone:
106
107
102
InfoLog(Noticeln("Checkings"))
108
checkAlive(checkURL, checkURLwords)
109
InfoLog(Noticeln("Check done"))
110
111
- fmt.Println("Checking")
112
- checkAlive(checkURL, checkURLwords)
113
- fmt.Println("Check done")
114
115
case <-ticker.C:
116
117
}
0 commit comments