amahi / spdy

A production-ready SPDY library for building clients and servers, in Go
Other
95 stars 21 forks source link

often repeated "Use of closed network connection" message #3

Closed cpg closed 10 years ago

cpg commented 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?

cpg commented 10 years ago

after lot of testing this seems like a network issue that appears benign