Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Amazon authentication: Fix Expect: 100-continue #92

Closed
alexmuntean opened this issue Feb 26, 2015 · 1 comment
Closed

Amazon authentication: Fix Expect: 100-continue #92

alexmuntean opened this issue Feb 26, 2015 · 1 comment

Comments

@alexmuntean
Copy link

Amazon clients add in header expect:100-continue and is waiting for approval to send the body on the second line in socket.
Amazon server responds fast but FakeS3 has this problem. Why? Because the client is waiting for approval of the server...
How this Expect: 100 continue works?: http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html (8.2.3)

Respond with 100 Ok if the client has "expect: 100-continue" in header

pull request done here: #49

@jubos
Copy link
Owner

jubos commented Mar 5, 2015

Just did 0.2.0 point release, so should be good now.

@jubos jubos closed this as completed Mar 5, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants