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

Server locks up a 9fans.net/plan9/client #36

Closed mbucc closed 9 years ago

mbucc commented 9 years ago

To reproduce:

go get github.com/mbucc/vufs
cd src/github.com/mbucc/vufs
git checkout e6f6c31480ee51d5fddce59eb5e93216d325c9fe
go test -run TestLock
mbucc commented 9 years ago

This is a bug in 9fans.net/plan9/client, not this server. The client is sending a tag of 1.

"The tag should be NOTAG (value (ushort)~0) for a version message." (http://plan9.bell-labs.com/magic/man2html/5/version)

Closing.