Skip to content
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

Incorrect empty line before next boundary #7

Merged
merged 1 commit into from Dec 19, 2012

Conversation

wardbekker
Copy link
Contributor

No empty line / seperator after parameter value before the next boundary. http://www.ietf.org/rfc/rfc1867.txt doesn't specify this newline. This is an issue when uploading an object upload to Amazon's S3 API. It seems their HTTP server treats the newline as part of the value, which is correct according to the RFC. Removing the empty line made the object upload work.

No empty line / seperator after parameter value. http://www.ietf.org/rfc/rfc1867.txt doesn't specify this newline, and Amazon S3 doesn't support newlines (it's treated as part of the value)
@itsbonczek
Copy link
Contributor

Thanks for the fix!

itsbonczek added a commit that referenced this pull request Dec 19, 2012
Incorrect empty line before next boundary
@itsbonczek itsbonczek merged commit 996c963 into foursquare:master Dec 19, 2012
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.

None yet

2 participants