-
Couldn't load subscription status.
- Fork 124
Open
Labels
Description
A feature to allow variable frame lengths for framed data was partially implemented in the decrypt path long ago. Variable frame lengths would be indicated by the frame length in the header being 0 (see
Line 122 in 7d5ab6e
| if (frameSize_ == 0) { |
This feature is not documented anywhere or supported in other ESDKs, so it should be removed.