Skip to content

Conversation

@rullzer
Copy link
Member

@rullzer rullzer commented May 4, 2017

Fixes: #4644

Without this patch the filelist would always reload. However since not
all the correct data was set yet it would often:

  1. fireoff a propfind to ../webdav/
  2. fireoff a propfind to ../webdav/

When just opening the file list those are the same so the result is just
fine. However if opening a direct link it means that there is a race
condition on which finishes first.

Signed-off-by: Roeland Jago Douma [email protected]

@mention-bot
Copy link

@rullzer, thanks for your PR! By analyzing the history of the files in this pull request, we identified @butonic, @ChristophWurst and @icewind1991 to be potential reviewers.

Fixes: #4644

Without this patch the filelist would always reload. However since not
all the correct data was set yet it would often:

1. fireoff a propfind to ../webdav/
2. fireoff a propfind to ../webdav/<PATH>

When just opening the file list those are the same so the result is just
fine. However if opening a direct link it means that there is a race
condition on which finishes first.

Signed-off-by: Roeland Jago Douma <[email protected]>
@schiessle
Copy link
Member

tested and works, it also fixes #4691

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants