pull/642/head
Darien Raymond 2017-04-18 22:35:13 +02:00
parent 9ee733e77f
commit ceffb71e7b
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 2 deletions

View File

@ -75,8 +75,7 @@ func (s *Server) processTCP(ctx context.Context, conn internet.Connection, dispa
if source, ok := proxy.SourceFromContext(ctx); ok {
log.Access(source, "", log.AccessRejected, err)
}
log.Trace(newError("failed to read request").Base(err))
return err
return newError("failed to read request").Base(err)
}
conn.SetReadDeadline(time.Time{})