Francisco J Ballesteros
2013-02-18 15:04:51 UTC
Hi,
I've been using go for a few things in Plan 9, and noticed a couple of things.
I'd just like to know if it's me or if this also happens to others:
- diagnostics issued by log.Print et al. don't show up unless I call log.Fail
- closing a tcp connection which is still open by a nearby reader proc does not report EOF to the other end
of the connection.
It might be something I made or something I didn't understand, but just in case
these are known I thought I might ask here.
thanks
I've been using go for a few things in Plan 9, and noticed a couple of things.
I'd just like to know if it's me or if this also happens to others:
- diagnostics issued by log.Print et al. don't show up unless I call log.Fail
- closing a tcp connection which is still open by a nearby reader proc does not report EOF to the other end
of the connection.
It might be something I made or something I didn't understand, but just in case
these are known I thought I might ask here.
thanks