greghendershott / aws

Racket support for Amazon Web Services.
BSD 2-Clause "Simplified" License
78 stars 25 forks source link

Use `Expect: 100-continue` header in `PUT` requests to Glacier #6

Closed greghendershott closed 12 years ago

greghendershott commented 12 years ago

Using Expect: 100-continue means that if the server needs to fail the request, it can do so before we transmit the entity. Because we're doing multi-part uploads in relatively small chunks, using this is much less important than it is in the s3 module, however it would still be good to do.