nemith / netconf

NETCONF implementation in Go.
Other
29 stars 7 forks source link

check for closed connection #43

Closed nemith closed 1 year ago

nemith commented 1 year ago

If the remote side hangs up first it shouldn't be an error.

This probably needs more digging into to see if it is correct, but solves the netopeer tests for now.