lionkov / go9p

Package for implementing clients and servers of the 9P and 9P2000 distributed resource protocols in Go.
Other
20 stars 7 forks source link

Check that a fid has been opened in read, similar to write. #43

Closed edahlgren closed 8 years ago

edahlgren commented 8 years ago

Right now the the check for whether a fid is opened is only necessary on servicing a Tread. Let's be consistent.

edahlgren commented 8 years ago

I just realized that we need this in https://github.com/lionkov/ninep in too :( I will post a pull request there shortly.