Update client.rb

bug/bundler_fix
rwhitcroft 2015-04-16 16:06:16 -04:00
parent 6ef86b69a7
commit 602e9c8df1
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ class Client
begin
buff = conn.get_once(-1, 1)
return resp if buff.nil? or buff.empty?
return resp if buff.to_s.length == 0
rv = resp.parse( buff || '' )