Skip to content

Commit

Permalink
proxy: whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed May 12, 2017
1 parent 1d3989d commit 97ae4a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tcpproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,12 @@ func (p *TCPProxy) Proxy(w io.Writer, r io.ReadCloser, msg *proto.ControlMessage
))
close(done)
}()

transfer(local, r, log.NewContext(p.logger).With(
"dst", target,
"src", msg.ForwardedBy,
))

<-done
}

Expand Down

0 comments on commit 97ae4a7

Please sign in to comment.