v0.3.2 (debugging removed)
This commit is contained in:
parent
95cabef567
commit
b21f7c319d
|
@ -187,7 +187,7 @@ class Knot::Protocol
|
|||
data[:flags] ||= ''
|
||||
ds =
|
||||
Idx.
|
||||
select {|n| p [n.to_sym, data[n.to_sym]]; data[n.to_sym] }.
|
||||
select {|n| data[n.to_sym] }.
|
||||
map {|n| v = data[n.to_sym].to_s.b; [n.to_i, v.size, v] }
|
||||
s = [Types[:data].to_i, ds, Types[:block].to_i].flatten.pack( "c #{'c na*'*ds.length} c").b
|
||||
if 0 >= @logger.sev_threshold
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Knot
|
||||
VERSION = "0.3.1"
|
||||
VERSION = "0.3.2"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue