comment
This commit is contained in:
parent
3f43613480
commit
7fd1089115
|
@ -104,6 +104,7 @@ module Net
|
||||||
|
|
||||||
newobj = read contentlength
|
newobj = read contentlength
|
||||||
|
|
||||||
|
# This exceptionally clever and clear bit of code is verrrry slow.
|
||||||
objtype = nil
|
objtype = nil
|
||||||
[syntax, BuiltinSyntax].each {|syn|
|
[syntax, BuiltinSyntax].each {|syn|
|
||||||
if syn && (ot = syn[tagclass]) && (ot = ot[encoding]) && ot[tag]
|
if syn && (ot = syn[tagclass]) && (ot = ot[encoding]) && ot[tag]
|
||||||
|
|
Loading…
Reference in a new issue