Skip to content

Commit 7fd1089

Browse files
author
blackhedd
committed
comment
1 parent 3f43613 commit 7fd1089

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/net/ber.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def read_ber syntax=nil
104104

105105
newobj = read contentlength
106106

107+
# This exceptionally clever and clear bit of code is verrrry slow.
107108
objtype = nil
108109
[syntax, BuiltinSyntax].each {|syn|
109110
if syn && (ot = syn[tagclass]) && (ot = ot[encoding]) && ot[tag]

0 commit comments

Comments
 (0)