Skip to content

First draft of Mkdir in HTTPFileSystem#105

Draft
alexandertuna wants to merge 8 commits into
PelicanPlatform:mainfrom
alexandertuna:HttpsMkdir
Draft

First draft of Mkdir in HTTPFileSystem#105
alexandertuna wants to merge 8 commits into
PelicanPlatform:mainfrom
alexandertuna:HttpsMkdir

Conversation

@alexandertuna
Copy link
Copy Markdown
Collaborator

@alexandertuna alexandertuna commented Jul 31, 2025

  • Todo: all the todo's in the issue

c.f.: #69

Comment thread src/HTTPCommands.cc
std::string noPayloadAllowed;
return SendHTTPRequest(noPayloadAllowed);
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[lint] reported by reviewdog 🐶

Suggested change

Comment thread src/HTTPFileSystem.cc
@@ -18,6 +18,7 @@

#include "HTTPFileSystem.hh"
#include "HTTPDirectory.hh"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[lint] reported by reviewdog 🐶

Suggested change
#include "HTTPDirectory.hh"

Comment thread src/HTTPFileSystem.cc
#include "HTTPFileSystem.hh"
#include "HTTPDirectory.hh"
#include "HTTPCommands.hh"
#include "HTTPFile.hh"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[lint] reported by reviewdog 🐶

Suggested change
#include "HTTPFile.hh"
#include "HTTPDirectory.hh"
#include "HTTPFile.hh"

Comment thread src/HTTPFileSystem.cc
}

int HTTPFileSystem::Mkdir(const char *path, mode_t mode, int mkpath,
XrdOucEnv *env) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[lint] reported by reviewdog 🐶

Suggested change
XrdOucEnv *env) {
XrdOucEnv *env) {

@bbockelm
Copy link
Copy Markdown
Collaborator

@alexandertuna - how's this coming along? There's been a few merge conflicts brewing -- can you take a look?

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.

2 participants