-
Notifications
You must be signed in to change notification settings - Fork 10
First draft of Mkdir in HTTPFileSystem #105
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
base: main
Are you sure you want to change the base?
Conversation
| std::string noPayloadAllowed; | ||
| return SendHTTPRequest(noPayloadAllowed); | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[lint] reported by reviewdog 🐶
| ***************************************************************/ | ||
|
|
||
| #include "HTTPFileSystem.hh" | ||
| #include "HTTPDirectory.hh" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[lint] reported by reviewdog 🐶
| #include "HTTPDirectory.hh" |
| #include "HTTPFileSystem.hh" | ||
| #include "HTTPDirectory.hh" | ||
| #include "HTTPCommands.hh" | ||
| #include "HTTPFile.hh" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[lint] reported by reviewdog 🐶
| #include "HTTPFile.hh" | |
| #include "HTTPDirectory.hh" | |
| #include "HTTPFile.hh" |
| } | ||
|
|
||
| int HTTPFileSystem::Mkdir(const char *path, mode_t mode, int mkpath, | ||
| XrdOucEnv *env) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[lint] reported by reviewdog 🐶
| XrdOucEnv *env) { | |
| XrdOucEnv *env) { |
|
@alexandertuna - how's this coming along? There's been a few merge conflicts brewing -- can you take a look? |
c.f.: #69