Skip to content

feat: skip directory listing in HEAD requests#701

Merged
sigoden merged 1 commit into
mainfrom
feat
Apr 30, 2026
Merged

feat: skip directory listing in HEAD requests#701
sigoden merged 1 commit into
mainfrom
feat

Conversation

@sigoden
Copy link
Copy Markdown
Owner

@sigoden sigoden commented Apr 30, 2026

Historically, dufs would walk the fs to gather paths even for HEAD requests. This meant that when there were many paths, response times could be quite lengthy.

This PR allows dufs to skip fs walks in HEAD requests. Make HEAD request response times really fast.

Close #700

@sigoden sigoden changed the title feat: skip directory listing for HEAD requests feat: skip directory listing inHEAD requests Apr 30, 2026
@sigoden sigoden changed the title feat: skip directory listing inHEAD requests feat: skip directory listing in HEAD requests Apr 30, 2026
@sigoden sigoden merged commit 82a8865 into main Apr 30, 2026
3 checks passed
@sigoden sigoden deleted the feat branch April 30, 2026 11:55
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

Successfully merging this pull request may close these issues.

1 participant