-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
cmds/2 ipfs add -r should use multipart #309
Comments
Band aid fix in 1365d64 |
Grabbing from #263: Maybe it's Content-Disposition?
@mappum said:
The RFC says http://tools.ietf.org/html/rfc2183#section-2.3:
So, SHOULD NOT, means we can. :D We can also define our own header. shrug this won't interop with non-ipfs web servers so we get to set w/e we want. |
Ah, you're right. That will probably be the best place to put it (and it's trivial to switch to a custom header later if we find other HTTP client libraries don't support this well). |
This change will be almost completely contained inside the Any ideas how we should let commands access the parts? First thing that comes to mind is an object returned from |
addressed in #357 |
Revert "GoModules: Checksum mismatch:"
Requires http multipart or something
The text was updated successfully, but these errors were encountered: