pull/642/head
Darien Raymond 8 years ago
parent 9ee733e77f
commit ceffb71e7b
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

@ -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{})

Loading…
Cancel
Save