Update client.rb
parent
6ef86b69a7
commit
602e9c8df1
|
@ -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 || '' )
|
||||
|
||||
|
|
Loading…
Reference in New Issue