Skip to content

Commit

Permalink
删除多余的print
Browse files Browse the repository at this point in the history
  • Loading branch information
xtccc committed Jan 30, 2025
1 parent d341cab commit 6b2c0e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ func handleConnectRequest(conn net.Conn) {
fmt.Println("Invalid CONNECT request format")
return
}
fmt.Println("请求头parts:", parts)

method := parts[0]
target := parts[1]
Expand Down

0 comments on commit 6b2c0e6

Please sign in to comment.