Files | Admin

Notes:

Release Name: 0.3.0

Notes:
http_spew 0.3.0 - ContentMD5 improvements

Do not use HTTP Spew for connecting to servers outside of your LAN.
Do not use HTTP Spew without the permission of your server admins.
Use HTTP Spew if you wish you could kinda multicast with HTTP...

* http://bogomips.org/http_spew/
* http.spew@librelist.org
* git://bogomips.org/http_spew.git

Changes:

There are minor changes to HTTP_Spew::ContentMD5:
* allow optional input param to initialize
* update bytes_digested for incomplete xfers

Still not API-stable, but maybe it's closer...



Changes: GIT-VERSION-GEN | 2 +- lib/http_spew/content_md5.rb | 26 +++++++++++++------------- test/test_content_md5.rb | 19 +++++++++++++++++++ test/test_input_spray_with_md5.rb | 2 +- 4 files changed, 34 insertions(+), 15 deletions(-) commit b53bbc7852d9788099e514b54a0b90d82a3338bb Author: Eric Wong Date: Wed May 11 23:25:49 2011 +0000 http_spew 0.3.0 - ContentMD5 improvements There are minor changes to HTTP_Spew::ContentMD5: * allow optional input param to initialize * update bytes_digested for incomplete xfers Still not API-stable, but maybe it's closer... commit 9d42089445aa2b61a50bf9a57a6f839569f4a1d4 Author: Eric Wong Date: Wed May 11 21:05:04 2011 +0000 content_md5: update bytes_digested for incomplete xfers Being able to track progress is good. commit 1a71f9204211061460e05e92c5523744b9b18afb Author: Eric Wong Date: Wed May 11 20:08:20 2011 +0000 content_md5: optional input param to initialize This allows users to specify an alternate input without modifying the Rack +env+. This is potentially useful for chaining other filters.