We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f43613 commit 7fd1089Copy full SHA for 7fd1089
lib/net/ber.rb
@@ -104,6 +104,7 @@ def read_ber syntax=nil
104
105
newobj = read contentlength
106
107
+ # This exceptionally clever and clear bit of code is verrrry slow.
108
objtype = nil
109
[syntax, BuiltinSyntax].each {|syn|
110
if syn && (ot = syn[tagclass]) && (ot = ot[encoding]) && ot[tag]
0 commit comments