Skip to content

Commit

Permalink
fix build client_network.go
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit authored May 13, 2024
1 parent 6ddea45 commit 7391fd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workers/client/client_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ func handleTCPConn(tcpConn net.Conn) {

//Proxy all stream content from quic to TCP and from TCP to quic
logger.Info("== Stream %d Start ==", quicStream.ID())

lastActivityTime := time.Time{}

tqActiveFlag := atomic.Bool{}
qtActiveFlag := atomic.Bool{}

Expand Down

0 comments on commit 7391fd0

Please sign in to comment.