Backblaze / b2-sdk-java

The official Java SDK for using Backblaze's B2 Storage APIs
Other
93 stars 26 forks source link

Add the "Expect: 100-continue" header to upload file/part requests. #107

Closed malaysf closed 4 years ago

malaysf commented 4 years ago

Both Apache HttpClient and okhttp support 100-continue, so it is safe to blindly add the header to the requests.