Skip to content

fix: Manifest folder index loop - #1076

Open
speeddragon wants to merge 1 commit into
edgefrom
fix/manifest_folder_index
Open

fix: Manifest folder index loop#1076
speeddragon wants to merge 1 commit into
edgefrom
fix/manifest_folder_index

Conversation

@speeddragon

@speeddragon speeddragon commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

If a manifest contains as an index key a path with subfolders (/), this will trigger a loop on the server side until the connection times out.

Res structure will be:

#{
  <<"folder"> => 
    #{
      <<"subfolder">> => 
        #{
          <<"subsubfolder">> => {link, ...}
        }
    }
}

@speeddragon
speeddragon force-pushed the fix/manifest_folder_index branch from a5ab95a to a92184e Compare August 11, 2026 10:41
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