Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vjsamuel committed Oct 29, 2019
1 parent 7a0e915 commit 975153d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion filebeat/inputsource/tcp/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ func (c *splitHandler) Handle(closer CloseRef, conn net.Conn) error {
buffer := make([]byte, c.maxMessageSize/16)
scanner.Buffer(buffer, int(c.maxMessageSize))
for {
// we are forcing a Close on the socket, lets ignore any error that could happen.
select {
case <-closer.Done():
break
Expand Down

0 comments on commit 975153d

Please sign in to comment.