You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the only way to parse a sequence of multiple primitives is by calling read_sequence, which assumes a tag of SEQUENCE.
To read the Tag::application(3) one must employ read_tagged with the correct tag, which will result in a BERReader - but we really want a BERReaderSeq here.
The text was updated successfully, but these errors were encountered:
When parsing an LDAP query, the following structure must be parsed:
However, the only way to parse a sequence of multiple primitives is by calling
read_sequence
, which assumes a tag ofSEQUENCE
.To read the
Tag::application(3)
one must employread_tagged
with the correct tag, which will result in aBERReader
- but we really want aBERReaderSeq
here.The text was updated successfully, but these errors were encountered: