commit | 7956f23d4e5ae4be1da85d3fd91b9823531b19b6 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | Wed Jun 11 01:02:47 2008 +0000 |
committer | David Reiss <dreiss@apache.org> | Wed Jun 11 01:02:47 2008 +0000 |
tree | 7a338622f8a331162b137c8dfa696928ed0d8ac3 | |
parent | c49dd1e9e2bdeae5d48f7b9a4d57d3414fbe3dc0 [diff] [blame] |
add a case clause to bubble timeouts git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666454 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/alterl/src/thrift_binary_protocol.erl b/lib/alterl/src/thrift_binary_protocol.erl index da43d14..c1f9d4e 100644 --- a/lib/alterl/src/thrift_binary_protocol.erl +++ b/lib/alterl/src/thrift_binary_protocol.erl
@@ -178,6 +178,7 @@ seqid = SeqId}; Err = {error, closed} -> Err; + Err = {error, timeout}-> Err; Err = {error, ebadf} -> Err end;