1 major enhancement:
Initial release
No major changes.
No change.
r1442, todd, 2007-08-07 15:45:24
# 373, Add support in right_http_connection for bailing out to a block while reading the HTTP response (to support GET streaming...)
r1411, todd, 2007-08-03 15:14:45
# 373, Stream uploads (PUTs) if the source is a file, stream, or anything
read()-able
Initial public release
r1867, konstantin, 2007-10-05 06:19:45
# 220, (re)open connection to server if none exists or connection params have changed
r2648, konstantin, 01-24-08 11:12:00
net_fix.rb moved from right_aws gem to fix the problem with uploading the streamable objects to S3
r2764, konstantin, 02-08-08 00:05:00 +03:00
"RightAws: incompatible Net::HTTP monkey-patch" exception is raised if our net_fix patch was overriden (by attachment_fu for example, to avoid this load attachment_fu before loading the right_http_connection gem).
r3524, konstantin, 2008-04-17 11:35:42 +0400
Fixed a problem with incorrect error handling (connection retries always failed).
Added support for setting retry & timeout parameters in the constructor
Improve handling of data streams during upload: if there is a failure and a retry, reset the seek pointer for the subsequent re-request
r4984, konstantin, 2008-08-11 14:49:18 +0400
fixed a bug: <NoMethodError: You have a nil object when you didn't expect it!
The error occurred while evaluating nil.body_stream>
ActiveSupport dependency removal
- Added: - support for using through proxies - functional tests
- Added: - SSL certificate handshake support - more specs - ability to give client side key and certificate inline - Fixed: some minor glitches
- Added - license - HTTP_PROXY env variable support - Fixed - context-length issue (thx kristianm) - exception handling - connection is now closed on any exception - connection is reestablished when credentials change - some other minor bugs
Generated with the Darkfish Rdoc Generator 2.