Skip to content

Commit

Permalink
Missing field value 't' was causing connection initiation failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
celldee committed Jul 6, 2011
1 parent e3210e4 commit 02ea8ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/qrack/transport/buffer09.rb
Expand Up @@ -121,6 +121,8 @@ def read *types
table.read(:timestamp)
when 70 # 'F'
table.read(:table)
when 116 # 't'
table.read(:octet)
end
end

Expand Down

0 comments on commit 02ea8ae

Please sign in to comment.