Skip to content

Commit

Permalink
Remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban Mayoral committed Jan 8, 2024
1 parent 6460b05 commit cc2206d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [1.13.x, 1.14.x]
go-version: [1.13.x, 1.14.x, 1.20.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
11 changes: 5 additions & 6 deletions proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ type Proxy struct {
sentBytes uint64
receivedBytes uint64
laddr, raddr *net.TCPAddr
// lconn, rconn io.ReadWriteCloser
lconn, rconn net.Conn
erred bool
errsig chan bool
tlsUnwrapp bool
tlsAddress string
lconn, rconn net.Conn
erred bool
errsig chan bool
tlsUnwrapp bool
tlsAddress string

Matcher func([]byte)
Replacer func([]byte) []byte
Expand Down

0 comments on commit cc2206d

Please sign in to comment.