Closed cpg closed 10 years ago
running a proxy with this library often gives out this message:
session.go:205: WARN: communication error: use of closed network connection
it would seem to be that there is some path where this code is reached.
the question is is it benign? if so, we probably should remove the warning
if not, what can we do to isolate this issue?
after lot of testing this seems like a network issue that appears benign
running a proxy with this library often gives out this message:
it would seem to be that there is some path where this code is reached.
the question is is it benign? if so, we probably should remove the warning
if not, what can we do to isolate this issue?