Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server doesn't support walk with empty wnames #2

Open
gdevillele opened this issue Oct 19, 2015 · 0 comments
Open

server doesn't support walk with empty wnames #2

gdevillele opened this issue Oct 19, 2015 · 0 comments

Comments

@gdevillele
Copy link

Even if the 9p protocol allows for walking with no wnames, go9p server implementation will generate an error.

9p documentation : http://man.cat-v.org/plan_9/5/walk
Quote:
It is legal for nwname to be zero, in which case newfid will represent the same file as fid and the walk will usually succeed; this is equivalent to walking to dot.

IMHO, the change should be done in func (srv *Srv) walkPost(req *Req)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant