commit | 991255c634500fe51a70aae6a8e7c8d7b73db0cc | [log] [tgz] |
---|---|---|
author | Eric Wong <normalperson@yhbt.net> | Sun Aug 31 19:45:07 2008 -0700 |
committer | Eric Wong <normalperson@yhbt.net> | Fri Sep 05 16:58:38 2008 -0700 |
tree | 2d413575d73dde6531d7a3186f4d10775d61f4e0 | |
parent | 8598db935b653c638109aecab3e345c45d53af07 [diff] |
git-svn: check error code of send_txstream Not checking the error code of a function used to transform and send data makes me nervous. It currently returns "undef" on success; so die if we get any result other than "undef" because it's likely something went wrong somewhere. I really wish this function returned an MD5 like send_stream (or better yet, SHA1) for verification. Signed-off-by: Eric Wong <normalperson@yhbt.net>