Update main.go
This commit is contained in:
4
main.go
4
main.go
@ -220,7 +220,7 @@ func LocalTCPServer(sc *ServerChannel) {
|
|||||||
userProxy, address, req, err := CheckTCPDeocder(&inConn)
|
userProxy, address, req, err := CheckTCPDeocder(&inConn)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if err != io.EOF {
|
if err != io.EOF {
|
||||||
log.Printf("http proxy decode error , ERR:%s", err)
|
log.Printf("tcp decode error , ERR:%s", err)
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
@ -233,7 +233,7 @@ func LocalTLSServer(sc *ServerChannel) {
|
|||||||
userProxy, address, req, err := CheckTCPDeocder(&inConn)
|
userProxy, address, req, err := CheckTCPDeocder(&inConn)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if err != io.EOF {
|
if err != io.EOF {
|
||||||
log.Printf("http proxy decode error , ERR:%s", err)
|
log.Printf("tls decode error , ERR:%s", err)
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user